Aug 23
Digg
Stumbleupon
Technorati
Delicious

A note on approach to communicate with multiple databases in symfony

Pretty usefull article:
http://www.phpcult.com/blog/2009/08/talking-to-multiple-databases-with-symfony-1-2/
It’s only for propel though, interesting if similar approach would work for doctrine as well.
Here is the reason why Vidyut Luther had to use multiple databases:
I can’t just extend the existing application for reasons we don’t need to get into, but I do need to interface with the data, since the existing app [...]

Author: admin
Mar 03
Digg
Stumbleupon
Technorati
Delicious

InnoDB creating table problem

Hi, a quick note.
Somehow I had a problem with performing propel-build-all. I had a few schema.yml files and building process was going fine for them except last one schema. It did not create a table for that schema.yml and reported about mysql error (cant create a table). I think I killed about an hour trying [...]

Author: admin