Dear list,

I have a Doctrine behaviour that sets the correct client id on some
tables on each save, update and select.
The idea is that I put

ActAs: ClientAware

in the schema.yml file for each table that should have a connection to
the client table, and the result would be:

* create a field client_id in the table -> works
* create a relation to the client table with a foreign alias -> works
* always set the right client id -> works
* prevent auto generated forms to display this field -> no idea how
* prevent auto generated forms to validate this not existing field -> no
idea how

What is the best approach for this in Symfony 1.3 aka Doctrine 1.2?

TIA Georg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to