示例#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();
     }
 }