/** * Wrapper for checking category_id * * @param Integer $id * @return Boolean */ public function jobtype_id_exists($id) { return Model_Ad::table_id_exists($id, 'jobtype'); }