Ejemplo n.º 1
0
 public function getRow()
 {
     return $this->cursor->getRow();
 }
Ejemplo n.º 2
0
 public function pivot($table, $id)
 {
     $cursor = new Cursor(self::instance($this->db, $table));
     return $cursor->getRow($id);
 }