The Lingo Zend MVC module is an independent part of your application. For example, if you want to write a content management system, you will probably have different modules, for example
- The main application (user login, application boot file, etc.).
- The blog
- news
- Admin panel
- Image Gallery
In principle, each of these modules can act as a separate application (although in the end they will be interconnected). The module approach also gives you an easy way to manage permissions (for example, users can only pay for specific modules).
source share