Code generation: CakePHP Framework generates the code automatically using the bake command which enable the developer to execute the bake command.
Database: programmer is not required to write Insert, update, select & delete queries because CakePHP uses the concept of activeRecords which encapsulates the database table name and columns in a class.
Data validation: CakePHP automatically implements the server side validation on the data, When we write the validation rules in the User model (i.e User.php).
Localization and Internationalization: CakePHP allows you to write the multilingual website easily. It creates key-value pair for the application.
Authentication: CakePHP provide Authentication for the purpose of login related functionalities which is easily implement by "Auth" component.
Access level controls: Access level controls are used to manage the permission for the different type of users.
0 Comment(s)