CakePHP IDE
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM, CakePHP reduces development costs and helps developers write less code.
CakePHP Plug-in is a part of CodeLobster IDE - Professional version
The CakePHP plug-in turns a CakePHP editor into a full-fledged CakePHP IDE!
CakePHP IDE has the following abilities to work with CakePHP framework:
- Ability to install CakePHP framework
- Ability to create MVC
- Autocomplete for CakePHP Core Helpers
- Autocomplete for CakePHP Core Components
- Autocomplete for CakePHP Core Behaviors
1. Ability to install CakePHP framework
CakePHP plug-in gives the ability to download the latest framework version from the original site and install it to the necessary folder using wizard.
2. Ability to create MVC
CakePHP plug-in gives the ability to create all necessary files for the new MVC with the help of small wizard.
3. Autocomplete for CakePHP Core Helpers
Intelligent autocomplete feature enables you to write code faster. Pop-up completion list includes CakePHP Core Helpers
4. Autocomplete for CakePHP Core Components
has the same behaviour as it has for Helpers.
5. Autocomplete for CakePHP Core Behaviors
has the same behaviour as it has for Helpers.