예제 #1
0
파일: dbobj.php 프로젝트: pedro3005/whube
 function updateEvent($STATUS, $ID)
 {
     $u = new events();
     $this->getAllByPK($ID);
     $row = $this->getNext();
     $ret[$this->table] = $row;
     $u->broadcast(json_encode($ret));
 }