tags:

views:

333

answers:

3
  • Apress The Definitive Guide To Symfony
  • Symfony Book
  • Or Some Other Book.
+6  A: 

'Practical symfony' is useful for learning Symfony. It gives you a good overview about the whole system and learns you usefull tricks. It's very good written and the book takes the time explaining stuff to you. Best of all: it's free! It can be downloaded on the official website: http://www.symfony-project.org/doc/1%5F2/

The Definitive Guide To Symfony is useful for daily tasks.

TheGrandWazoo
I totally agree. Practical Symfony is a very good way of learning symfony, as it will go through all the aspects from the installation and forward.
phidah
+1  A: 

I don't work with symfony but they have "the definitive guide to symphony" online so you can freely read it:

http://www.symfony-project.org/book/1_2/

You can see whether or not you like it.

koen
+1  A: 

When I started out with Symfony I read the following three books in this order and it helped tremendously:

  1. The Definitive Guide to symfony
  2. Practical symfony - Jobeet Tutorial (Doctrine version)
  3. symfony Forms in Action

All are freely available as HTML and PDFs. Enjoy!

Kevin