예제 #1
0
파일: DbZone.php 프로젝트: laiello/zoop
 public function pageList($p, $z)
 {
     $table = DbObject::_getTableSchema($this->class);
     $objects = DbObject::_find($this->class, $this->conditions, array('orderby' => $this->orderby . ', id'));
     $this->assign('table', $table);
     $this->assign('objects', $objects);
 }