How to add scaffolding in your application?
Answer / Ravinder Kumar Singh
To add scaffolding in a CakePHP application, you can use the bake shell command. For example, running 'bin/cake bake all' will generate scaffolded views, models, and controllers for all tables in your database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is composer?
What is validation model in cakephp?
What are the key features of cakephp?
What is a layout?
What are the server requirements for installing cakephp?
What do you mean by hooks in cakephp ?
What are components in cakephp.
What are component, helper and why are they used?
How to include helpers in controller ?
List some database related query function used in cakephp.
How we can call a model from view in cakephp?
What is the default extension of view files? How we can change it?