\Ceo\Core\BehaviorsLoggable

Loggable creates a blame interface for changes.

Make sure you enable snapshots on your models to allow for field tracking:

public function initialize() { $this->keepSnapshots(true); }

In order to keep from overloading the database or causing issues with in-transaction queries, audit logs are pushed to a queue and processed out-of-band.

Summary

Methods
Properties
Constants
notify()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

notify()

notify(object  $eventType, \Phalcon\Mvc\ModelInterface  $model) 

Compare model changes, and record

Parameters

object $eventType
\Phalcon\Mvc\ModelInterface $model