Plugins

Plugins

Think of plugins as mini web application for your project. Plugins can have their own Models, Controllers and Views and have their own base controller and base model. Plugins share the database connection as well as all the main application configurations.

ModelBaker plugins are easy to create and even easier to use. ModelBaker plugins are simple wrappers around CakePHP plugins. They are identically except for wrapper directory using the .mbplugin extension.