In Symfony using doctrine, whats the best way to run a certain function just before an entity is saved/persisted to the database. I only want it to be run once in its lifetime so I guess the construction function is no good.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use LifecycleCallback named |
|||
|
|
or You can either call that function just before the But |
|||
|
|