예제 #1
0
파일: ad.php 프로젝트: hbarroso/Goworkat
 /**
  * Wrapper for checking category_id
  *
  * @param Integer $id
  * @return Boolean
  */
 public function jobtype_id_exists($id)
 {
     return Model_Ad::table_id_exists($id, 'jobtype');
 }