コード例 #1
0
ファイル: EmailTemplates.php プロジェクト: ngukho/ducbui-cms
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: Challenge.php プロジェクト: laiello/digitalus-cms
 /**
  * Constructor
  *
  * @param  mixed $config Array of user-specified config options, or just the Db Adapter.
  * @return void
  */
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_createChallengeId();
     $this->_cleanUpDb();
 }