Ejemplo n.º 1
0
 /**
  * Store
  */
 public function store()
 {
     parent::store();
     RDR_Cleanup::cleanupFeeds();
 }
Ejemplo n.º 2
0
 /**
  * On new user set the newest entry id for the newest check
  */
 public function store()
 {
     if (!$this->getId()) {
         $this->setting("init.entry", db()->fetchOne("SELECT MAX(id) FROM RDR_Entry"));
     }
     parent::store();
 }