Prabhu Murthi
Prabhu Murthi

Reputation: 2876

Migrating custom coded/developed php project to CAKE php framework

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

Upvotes: 0

Views: 251

Answers (2)

sibidiba
sibidiba

Reputation: 6360

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.

Upvotes: 0

Ben Everard
Ben Everard

Reputation: 13804

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

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

Upvotes: 1

Related Questions