Пример #1
0
 public function get_health_tips()
 {
     try {
         $health_tip_main = Health_tips::orderBy('hid', 'DESC')->get();
     } catch (Exception $e) {
         $this->LogError('Get Health Tips Function', $e);
     }
     return $health_tip_main;
 }