What is the naming convention in cakephp?
Answer / Pankaj Kumar Verma
In CakePHP, the naming conventions for files and classes follow a CamelCase pattern. For example, PlainText file becomes PlainText.php class and PlainTextController becomes PlainTextController.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some key features in cakaphp 3 over cakephp2?
How to write, read and delete the session in cakephp?
Which methods are used to create and destroy model associations on the fly?
What is the use of cakephp?
What is email configuration in cakephp?
How to convert html to pdf in cakephp?
What is mvc (model, view, and controller) in cakephp?
What is composer? How to create a cakephp project using composer?
What is cakephp?
What is cakephp used for?
How to pass multiple parameters to access into the view files?
explain the server requirements for cakephp.