コード例 #1
0
ファイル: UserController.php プロジェクト: haanhman/rateapp
 public function init()
 {
     parent::init();
     $this->_table = 'users';
 }
コード例 #2
0
 public function init()
 {
     $this->_table = 'category';
     parent::init();
 }
コード例 #3
0
 function init()
 {
     parent::init();
 }
コード例 #4
0
 public function init()
 {
     parent::init();
     $this->_table = 'tbl_archive';
 }
コード例 #5
0
ファイル: RuleController.php プロジェクト: haanhman/rateapp
 public function init()
 {
     $this->_table = 'rule';
     parent::init();
 }