Esempio n. 1
0
 public function table_index_lookup($tname, $field, $value)
 {
     $idx = $this->child->file_read("tables/{$tname}/{$field}.index");
     $c = new manila_index($idx);
     return $c->get($value);
 }