Could you please any one tell me , what is the advantage of using CakePHP for development. please help me on this questions
The way it encourages you to structure the app. Uses mvc - model view controller design pattern which is a good habit to get into
Using a framework will have drawbacks, adds overheads. But you will get the job done faster after reading pages of documentations.