[Solved] Modules in yii – explain [closed]


From the docs:

A module is a self-contained software unit that consists of models, views, controllers and other supporting components. In many aspects, a module is similar to an application. The main difference is that a module cannot be deployed alone and it must reside inside of an application. Users can access the controllers in a module like they do with normal application controllers.

solved Modules in yii – explain [closed]