コード例 #1
0
ファイル: Base.php プロジェクト: haitao1880/zphpdemo
 public function fetchById($id)
 {
     $this->useDb();
     return $this->_db->fetchEntity("id={$id}");
 }