예제 #1
0
 public function load()
 {
     if (parent::load() && !$this->dbversion) {
         $this->itemsposts->items =& $this->data['itemsposts'];
     }
 }
예제 #2
0
 public function load()
 {
     if (!isset($this->id)) {
         return false;
     }
     return parent::load();
 }