Example #1
0
 function keys($pattern)
 {
     return $this->db->get_row("SELECT k from `{$this->table}` where k like '{$pattern}'");
 }