예제 #1
0
파일: Applicant.php 프로젝트: faisal80/hms
 protected function beforeFind()
 {
     $this->fixDate($this, 'dob');
     parent::beforeFind();
 }
예제 #2
0
파일: Refund.php 프로젝트: faisal80/hms
 protected function beforeFind()
 {
     $this->fixDate($this, 'date');
     $this->fixDate($this, 'date_applied');
     parent::beforeFind();
 }
예제 #3
0
파일: Transfer.php 프로젝트: faisal80/hms
 protected function beforeFind()
 {
     $this->fixDate($this, 'transfer_date');
     parent::beforeFind();
 }