Archive for the 'Symfony' Category

Switching from Symfony to Drupal

Saturday, October 7th, 2006

I’ve taken the decision to switch from Symfony to Drupal for my latest personal project.
Although Symfony seemed really promising at first I found myself constantly fighting against quirks here and there that slowed down development. I’m not saying its not a good PHP MVC framework to build your next web project with. It just wasn’t [...]

Read full post...

Symfony - “PHP Fatal error: Class ‘DomDocument’ not found” problem

Wednesday, August 23rd, 2006

Just stumbled across this error on my first step to setting up my Symfony environment on a CentOS 4.3 system. I’ve decided to blog about it so that google can index it and hopefully help somebody else.
PHP Fatal error: Class ‘DomDocument’ not found in /usr/share/pear/symfony/vendo
r/propel-generator/classes/propel/phing/AbstractPropelDataMo delTask.php on line
406
The solution? Make sure you have php-xml installed. [...]

Read full post...