How to learn Cakephp [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI want to learn CakePHP framework and I dont have enough time to research it, so I need a book or any online tutorial which will enable me to learn it quickly. Please suggest any online tutorial or books, if any.
The cakePHP official manual is the answer http://book.cakephp.org/ Nowhere to go the official site manual and documentation is sufficient.
Personally I think the best way to learn the framework is to go out and build something with it, and refer back to the book (mentioned in previous answers) when you come across a problem.
Without a doubt, the best tutorial available online or elsewhere is the blog tutorial from the online manual.
Beyond that, read the official book. Read it well - a surprising number of people don't.
Also, the API reference will improve the depth of your knowledge.
I've noticed recently that the 1.3 manual isn't as well written as the 1.2 manual, so be prepared for a bit of sideways reading.
精彩评论