August 31, 2009

Symfony: Propel VS Doctrine

Filed under: Programming,Symfony — James @ 8:58 am

A few days ago I started using Symfony. I chose to use Propel as the ORM. The ORM generates the PHP classes and database structure from your schema.
(more…)

August 25, 2009

Symfony Deploy Script

Filed under: PHP,Programming,Symfony — James @ 3:48 pm

I’ve just started using the PHP framework, Symphony, after putting it off for far too long!

This seems to be the way to download and deploy symfony, and I’m sure I’m going to want to do it again so I took notes, here they are: ;)
(more…)