[symfony-users] Ignoring other tables using doctrine?

2010-10-10 Thread tigana . fluens
I am trying to integrate a forum script with symfony and of course I would like them to use the same database. Is it possible for symfony to ignore the tables used by the forum when I do stuff such as doctrine:build db? I need them on the same database for joins among other things. If you

[symfony-users] Doctrine JOIN model defined in schema with and one that isnt

2010-10-12 Thread tigana . fluens
Hello guys, given that: profile --- defined in schema (ofc used by symfony) id user_id field1 field2 user --- not in schema, because this is a table used by another script (a forum script for example) id field1 field2 I would like to get all profiles and their corresponding users. I don't

[symfony-users] Doctrine JOIN model defined in schema with and one that isnt

2010-10-14 Thread tigana . fluens
Thanks, Im also trying to do it that way but in the ProfileTable because I need to retrieve many records at once so I need a join so that there will be no query for each and I can do it fine but then the result set cannot use functions defined on the model anymore (because it's raw sql) Does

[symfony-users] sfGuard permissions not working with sfPDOSessionStorage

2011-06-13 Thread tigana . fluens
Hi all. When I changed my session storage class to sfPDOSessionStorage, permissions didn't work anymore. Do I need to do something other than creating the table and configuring factories.yml for these to go back to normal? The app just recognizes everyone as a regular user, I can't even see