예제 #1
0
파일: mask.php 프로젝트: eliudiaz/p4a
 /**
  * Reloads data for the current record
  */
 public function reloadRow()
 {
     if ($this->data->isNew()) {
         $this->firstRow();
     } else {
         $this->data->row();
     }
 }