function __call($method, $argv) { return call_user_func_array(array($this->db_select, $method), $argv); }