What is the difference between php and cakephp?
Answer / Lavkush Kumar Singh
CakePHP is a PHP framework that follows the Model-View-Controller (MVC) architectural pattern. It provides a rapid development kit, meaning it simplifies common web application tasks, helping developers build applications faster. In contrast, PHP is a general-purpose scripting language, not a framework. You can use PHP to create various types of web applications, but you would have to implement the MVC pattern and other features manually.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I use node js with php?
What is the delimiter syntax is PHP's default delimiter syntax
Difference between array_combine and array_merge?
What does accessing a class via :: means?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
How can we check the value of a given variable is alphanumeric?
What's the difference between using mysql_ functions and pdo?
How to link one site backend to another site frontend?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
•How to access crystal reports through PHP code?
Can we override static method?
What is difference between web service and api?