I want to intercept insert/update query generated by flush for a specific 
object in order to modify the query. I need this to be done in DQL/PDO 
level NOT in object level. The reason I need to do that is that for these 
kind of entities I have implemented a way to dynamically change the table 
columns from the user interface (Custom Fields) while having some basic 
columns declared to ORM such as Id, dateCreated, dateModified etc.

Example:

class Costumer {


}

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to