symfony - Doctrine behavioral extensions: Loggable with Timestampable -


as understand docs, can full history of changes on entity loggable long configured \versioned in entity. wondering if log history retains timestamp of changes? if not, possible combine timestampable full history timestamp? or should add timestamp field \versioned , manage myself?

i want know , when entity changed.

what approach problem?

https://github.com/l3pp4rd/doctrineextensions/blob/master/lib/gedmo/loggable/entity/mappedsuperclass/abstractlogentry.php#l35

is loggedat property answer question?


Comments

Popular posts from this blog

php - How to modify a menu to show sub-menus -

shopping cart - Page redirect not working PHP -

python - Installing PyDev in eclipse is failed -