How can I access one module within other modules in Zend Framework?
问题 I have created the zend framework structure like the following application - configs - controllers - models - modules - admin - controllers - models - views ... - user - controllers - models - views ... - account - controllers - models - views ... - profile - controllers - models - views ... - views ..... I'm creating an application which have two different user roles as "user" and "admin". Both user and the admin should access the modules profile and only the admin have the access to the