mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
More work done on search filter option
This commit is contained in:
@@ -14,6 +14,12 @@ class Search extends CI_Model {
|
||||
return $query;
|
||||
}
|
||||
|
||||
function get_table_columns() {
|
||||
$query = $this->db->query('DESCRIBE '.$this->config->item('table_name'));
|
||||
|
||||
return $query;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user