What can I do by cakePHP?

Answers were Sorted based on User's Feedback



What can I do by cakePHP?..

Answer / mohnish

Cake PHP is a PHP framework package which enables you to
develop custom applications.It supports a MVC based
architecture.

Is This Answer Correct ?    61 Yes 1 No

What can I do by cakePHP?..

Answer / gautam kumar

Cakephp is very good framework which is based on MVC
architecture and It is provide good security for developed
site and very user friendly url making.

Is This Answer Correct ?    26 Yes 4 No

What can I do by cakePHP?..

Answer / dileep

it uses commonly known design patterns like MVC,ORM within
the convention over configuration paradigm, It also reduces
development costs and helps developers write less code.

Is This Answer Correct ?    17 Yes 1 No

What can I do by cakePHP?..

Answer / ashok

When you going to build a huge and complex application in
php then cake Php help you to manage your codes in MVC
formate due to this the code is very less in caparison to
others....!

Its not good for small application as well.

Is This Answer Correct ?    12 Yes 0 No

Post New Answer

More PHP Interview Questions

"$this" what type of object it is?

2 Answers  


How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?

0 Answers  


Is not null mysql?

0 Answers  


How can we display information of a variable and readable by a human with php?

0 Answers  


What are magic methods in php

2 Answers   Net Solution,


Explain the types of string comparision function in PHP

0 Answers  


Is null or empty c#?

0 Answers  


What is $_session in php?

0 Answers  


What's the difference between __sleep and __wakeup?

0 Answers  


If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)

2 Answers   CMC, PHP,


What is helper function?

0 Answers  


what is the diffrence between for and foreach?

11 Answers   Hirolasoft, IBM, Photon,


Categories