views:

51

answers:

3

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!

A: 

cakeforge.org

bancer
it looks like a repository for old cakephp projects though..
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
+2  A: 

There are some projects available via CakePHP's Github account: http://github.com/cakephp

dhofstet