Please provide controllers naming convention in cakephp?
Answer / Vimal Panday
The naming convention for Controllers in CakePHP is to use Pluralized lowercase names, where the first letter of each word is capitalized. For example, a User controller would be named UsersController.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you include a javascript menu throughout the site. Give steps.
How to install cakephp with composer?
Which methods are used to create and destroy model associations on the fly?
What is cakephp tutorial?
How to api integration in cakephp 3
Explain the difference between beforerender() and beforefilter() in cakephp?
What is ctp file for in cake php?
How to use session in cakephp?
What is validation model in cakephp?
what is the use of $this->set(compact());?
What is recursive in cakephp?
What are hooks in cakephp?