コード例 #1
0
ファイル: Category.php プロジェクト: Brother-Simon/easyii
 public function afterFind()
 {
     parent::afterFind();
     $this->parseFields();
 }
コード例 #2
0
ファイル: Category.php プロジェクト: nanodesu88/easyii
 public function afterFind()
 {
     parent::afterFind();
     $this->parseGroups();
 }