views:

112

answers:

3

I've been playing around with this tutorial. It teaches you how to build a web app where people can find and post jobs using Symfony.

Symfony has two tutorials to make completely functional apps from scratch (and their online demos): Jobeet and Askeet.

I wonder if there are the same kind of tutorials for CakePHP and CodeIgniter?

By the way, what do you think about Symfony in comparison to CI and Cake? (which one stress people the less?)

+1  A: 

There are a bunch of tutorials for codeigniter (including building a simple blog in 20 minutes) here. I've looked at Jeffery Way's tutorials and they were very helpful for me to learn codeigniter.

For CakePHP, there is a list of tutorials here, one of which is titled "Creating a Community in 5 minutes with CakePHP."

KLee1
+2  A: 

NetTuts+ have just recently done an entire series of video tutorials on CodeIgniter called 'CodeIgniter from Scratch'.

Bauer
A: 

Check out www.phpandstuff.com. Some of the best tutorials I've ever read. The series on codeigniter plus doctrine is particularly good.

musoNic80