What do you mean by component in cakephp?
Answer / Vipul Pratap Singh
In CakePHP, a component is an object that can be used by multiple controllers. Components run before their respective controller actions are executed and provide functionality like authentication, email sending, or handling requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of caches does cakephp support?
How to get current url in cakephp?
What are sessions in php.
What is a helper?
List different type of cache cakephp supports?
Write the latest version of cakephp?
What is the default extension of view files? How we can change it?
Name some commonly used components in cakaphp?
How to read, write and delete session in cakephp?
What are components in cakephp. List some commonly used cakephp components?
Why cakaphp is used?
What is habtm?