예제 #1
0
 public function getRow()
 {
     return $this->cursor->getRow();
 }
예제 #2
0
파일: ardb.php 프로젝트: schpill/standalone
 public function pivot($table, $id)
 {
     $cursor = new Cursor(self::instance($this->db, $table));
     return $cursor->getRow($id);
 }