I'm trying to master CakePHP and I figured one way to improve my code is to read other apps. I'm wondering, where can I find well written apps made with CakePHP? Thanks in advance!
it looks like a repository for old cakephp projects though..
2010-05-09 12:05:36
A:
One book that helped me a lot is CakePHP Application Development. It is covering the basics (for 1.2) and in later chapters you will create a simple question and answer website with CakePHP. This answeres the most common beginner questions like user login and authentication, add, edit, view and delete (CRUD), Pagination, Javascript and Ajax etc.
nolandark
2010-05-09 12:37:39
+2
A:
There are some projects available via CakePHP's Github account: http://github.com/cakephp
dhofstet
2010-05-09 15:32:14