Ejemplo n.º 1
0
 public function XulyVeTrungHienTai()
 {
     $m_datve = new Default_Model_Datve();
     $date = date("Y-m-d");
     $arr_thongtin = $m_datve->showDatVeWhere($date);
     foreach ($arr_thongtin as $key => $value) {
         $content = $value['content'];
         $status = substr($content, 0, 2);
         if ($status == "xs") {
             $content = substr($content, 3);
             $phone = $value['phone'];
             $this->phantichchuoi($content, $phone, $date, $phone);
         }
     }
 }