Is cakephp a mvc?
Answer / Shikha Raj
Yes, CakePHP follows the Model-View-Controller (MVC) architectural pattern. This pattern separates an application into three interconnected components for a cleaner design and better organization.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by scaffolding used in cakephp?
What are the server requirements for installing cakephp?
What is default function and default controller of cakephp which is called automatically?
How we can get current url in cakephp?
What is a helper and list some common helpers name used in cakephp?
What is the term "security.salt" and "security.cipherseed" in cakephp?
What do you mean by component in cakephp? List some commonly used components.
How to include components in controller ?
Why we used $this->set() in cakephp?
What are hooks in cakephp?
Why cakaphp is used?
Which is better cakephp or laravel?