Esempio n. 1
0
 public function joblist()
 {
     $joblist = jobs::find()->with('job_type');
     //print_R($joblist);die;//
     return $joblist;
 }