[symfony-users] Multiple Databases with non-unique table names in Doctrine

2009-04-13 Thread Daniel Stevens
Hi everyone, I have a project that I'm converting to Doctrine that uses three databases. Some of those databases have the same table names (ie: two of the databases each have a 'user' table). When I generate the schema doctrine simply generates the User class and fields for one of the databases an

[symfony-users] Setting Javascripts by Environment

2008-10-11 Thread Daniel Stevens
I've been using the symfony framework for my ajax applications for over a year now and it's simply the most intuitive platform for an ajax/php developer - many thanks to the team for that. One limitation I *think* I've run into is the ability to set different javascript files depending on the e

[symfony-users] Validation of Requests in 1.1

2008-07-12 Thread Daniel Stevens
I've been working with symfony 1.1 for a while now, and while I realize that validation has been moved from sfRequest, a large part of my application is a REST service of sorts, in which I need to validate POST variables that are not associated with forms. At first glance the new validation see