public function loadMainTemplate() { Logger::Log("Main Controller")->addInfo("load main template"); $posts = FactoryRegistry::posts(); $this->template('main'); }
public function run() { Logger::Log()->addInfo("running"); parent::run(); }