Exemplo n.º 1
0
 /**
  * Where clause
  * @return string
  */
 protected function where()
 {
     return '`activityid`=' . $this->Object->get(Entity::ACTIVITYID) . ' AND ' . parent::where();
 }
 protected function where()
 {
     return '`delete`=1 AND ' . parent::where();
 }
 /**
  * Where clause
  * @return string
  */
 protected function where()
 {
     return '`id`=' . $this->Object->id() . ' AND ' . parent::where();
 }