コード例 #1
0
ファイル: Article.php プロジェクト: oliverde8/oweb-framework
 public function init()
 {
     parent::init();
     $this->categories = Categories::getInstance();
     $this->articles = Artciles::getInstance();
     $this->applyTemplateController('Controller\\articles\\Template');
 }
コード例 #2
0
ファイル: Def.php プロジェクト: oliverde8/oweb-framework
 public function init()
 {
     parent::init();
     $this->addDependance('bbcode\\SBBCodeParser');
     $this->myNum = self::$num;
     self::$num++;
 }
コード例 #3
0
ファイル: Review.php プロジェクト: oliverde8/oweb-framework
 public function init()
 {
     parent::init();
     $this->addDependance('bbcode\\SBBCodeParser');
 }