Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Why to use CakePHP ?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 100
    Comment on it

    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)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: