예제 #1
0
파일: View.php 프로젝트: solve/solve
 public function __construct()
 {
     $this->_vars = new ArrayStorage();
     $this->_formatVars = new ArrayStorage();
     $this->_flash = new SessionStorage(array(), 'view_flash');
     $this->_response = DC::getResponse();
     $this->_responseFormat = $this->detectResponseFormat();
 }