문제

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

도움이 되었습니까?

해결책

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

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top