コード例 #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();
 }