コード例 #1
0
ファイル: front.php プロジェクト: reestyle-it/Kanban-wa
 /**
  * Dispatch and start output buffer
  * 
  * @return void
  */
 public function dispatch()
 {
     // start output buffer
     Core_Utility::startBuffer();
     $this->_runActionController();
     // Send buffer to output
     print Core_Utility::collectBuffer();
 }