1.

What Is The Naming Convention In Cakephp?

Answer»

Table names are plural and lowercased,MODEL names are singular and CamelCased: ModelName, model FILENAMES are singular and underscored: model_name.php, CONTROLLER names are plural and CamelCased with *Controller* APPENDED: ControllerNamesController, controller filenames are plural and underscored with *controller* appended: controller_names_controller.php.

Table names are plural and lowercased,model names are singular and CamelCased: ModelName, model filenames are singular and underscored: model_name.php, controller names are plural and CamelCased with *Controller* appended: ControllerNamesController, controller filenames are plural and underscored with *controller* appended: controller_names_controller.php.



Discussion

No Comment Found