authority_type = AUT_TABLE_PUBLISHERS; parent::__construct($user_query); $this->object_table = "publishers"; $this->object_table_key = "ed_id"; } public function _get_search_type(){ return parent::_get_search_type()."_publishers"; } public function get_authority_tri() { return 'index_publisher'; } }