What is a component in cakephp?
Answer / Neeraj Chaudhary
In CakePHP, components are classes that provide reusable functionality for applications. They can be added to controllers and other objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to have multiple validation rules per field in cakephp?
How to write, read and delete the session in cakephp?
In cakephp, which function is first executed before every action in the controller?
what is the use of $this->set(compact());?
Write the latest version of cakephp?
What is ctp file for in cake php?
What is a helper and list some common helpers name used in cakephp?
What is default function for a controller?
What is composer in cakephp?
What is the name of cakephp database configuration file?
How to include components in controller ?
What are components in cakephp.