views:

40

answers:

2

Hi all,

My client wants to Migrating their custom developed php project to cake php framework. But, as of now i have only a bit of knowledge in CAKE. can anyone please let me know where do i get started CAKE php. i have already installed CAKE in my system

+1  A: 

Where do you get started? Probably on the CakePHP website?

Seriously, watch some screencasts, download some example apps and mess around with them.

ILMV
thanks, i have implemented cake php
VAC-Prabhu
A: 

CakePHP has a sweet steep learning curve. I recommend to go with the new 1.3 version.

It is easy to start with the CakePHP Book and the API documentation. When in doubt, just look into the source code, it's all just PHP! Google should be also a good friend of yours. However CakePHP is "just" a programming framework, you must know PHP, ORM, MVC and similar concepts in advance.

sibidiba