What is the difference between php and cakephp?



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

Post New Answer

More PHP Interview Questions

Can I use node js with php?

1 Answers  


What is the delimiter syntax is PHP's default delimiter syntax

1 Answers  


Difference between array_combine and array_merge?

1 Answers  


What does accessing a class via :: means?

1 Answers  


Can we embedded directly PHP code into XHTML document? State Whether True or False?

1 Answers  


How can we check the value of a given variable is alphanumeric?

1 Answers  


What's the difference between using mysql_ functions and pdo?

1 Answers  


How to link one site backend to another site frontend?

0 Answers   Global Logic,


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...

2 Answers  


•How to access crystal reports through PHP code?

1 Answers   Satyam,


Can we override static method?

1 Answers  


What is difference between web service and api?

1 Answers  


Categories