modules&extensions

[size="4"]What is the difference between extension and module concept in yii framework with example?[/size]

[size="4"]I created the module with gii and used it from browser,but I dont understand when used from module?[/size]

[size="4"]What is the benefits of module with example?[/size]

[size="4"]How to break projects to some modules,please tell me name of some modules that used in projects?[/size]

hi,

Extensions are redistributable software packages specifically designed to be used in Yii applications and provide ready-to-use features.

For example, the yiisoft/yii2-debug extension adds a handy debug toolbar at the bottom of every page in your application to help you more easily grasp how the pages are generated.

Modules are self-contained group that consist of models, views, controllers, and other supporting components. End users can access the controllers of a module when it is installed in application.

For example, i have requirement to develop diff module for buyer, seller, admin then what i do i generate module for 3 having differnt mvc.

Please introduce to me the project that used multi modules and extension ?

hi one of project i done for Insurance company.

in that i have generate different module for each insurance.

like

modules

->HomeInsuModules: homeinuser, homeBasicrates,hometype

->VehicleInsuMOdules:

->HealthInsuranceMo

regards

rups g

[size="3"]How to managed and used from this modules in your project?

[/size]