When persist($object) and flush() are called I want to be able to get the insert/update query generated for that entity and be able to modify that query and then allow execution. I am aware of Hooks and preDQL* methods seem to be what I am looking for but I can NOT find the classes in my vendors folder
my composer.json looks like: "doctrine/orm": "~2.5.3", "doctrine/dbal": "~2.5.3", "doctrine/doctrine-bundle": "~1.2", "doctrine/doctrine-fixtures-bundle": "2.2.*@dev", "doctrine/migrations": "dev-master", "doctrine/doctrine-migrations-bundle": "~1.0", Please help me if I am missing something -- 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.
