コード例 #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);
 }