Subscriber & Segment listings

- fixed filters
- added load/save state from url
- added goBack on forms in order to get back listing states
wx# Please enter the commit message for your changes. Lines starting
This commit is contained in:
Jonathan Labreuille
2015-10-27 16:24:00 +01:00
parent 588b441fb1
commit 89b04e8691
13 changed files with 686 additions and 621 deletions

View File

@ -23,7 +23,7 @@ class Model extends \Sudzy\ValidModel {
private function setTimestamp() {
if($this->created_at === null) {
$this->created_at = date('Y-m-d H:i:s');
$this->set_expr('created_at', 'NOW()');
}
}