[DEPRECATED for ZF2 & Composer] Best practice Zend Framework (ZF) skeleton / base with Doctrine2 integration : High code coverage & build scripts using TDD. Issues section ar e used for project planning (features etc)
Implement a way to log every change on the application: registration, ...
Not just the note that a registration has been done, but also which fields are changed or ....
We could add to the account_audit table before & after columns. But then this is trying to version the data - i suppose we could only keep this data for 3months or so if the table got too bit
Implement a way to log every change on the application: registration, ... Not just the note that a registration has been done, but also which fields are changed or ....