コード例 #1
0
ファイル: MainController.php プロジェクト: theinpu/blog
 public function loadMainTemplate()
 {
     Logger::Log("Main Controller")->addInfo("load main template");
     $posts = FactoryRegistry::posts();
     $this->template('main');
 }
コード例 #2
0
ファイル: BlogApplication.php プロジェクト: theinpu/blog
 public function run()
 {
     Logger::Log()->addInfo("running");
     parent::run();
 }