How many types of caches does cakephp support?
Answer / Madhvi
CakePHP supports three types of caches: data cache, fragment cache, and object cache.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some database related query function used in cakephp.
What is the term "security.salt" and "security.cipherseed" in cakephp?
What are components in cakephp.
What is name of default function and controller of cakephp which is called automatically?
What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
What are the advantages of each?which would you use and why?
What is scaffolding in cakephp?
why cakephp have two vendor folder?
How we can call a model from view in cakephp?
How can you include a javascript menu throughout the site. Give steps.
Explain the difference between component, helper, behavior in cakephp?
How to read, write and delete session in cakephp?