예제 #1
0
파일: miwosql.php 프로젝트: vanie3/appland
 public function run()
 {
     // Check for request forgeries
     //MRequest::checkToken() or mexit('Invalid Token');
     MRequest::setVar('view', 'miwosql');
     parent::display();
 }
예제 #2
0
파일: queries.php 프로젝트: vanie3/appland
 public function __construct($default = array())
 {
     parent::__construct($default);
     $this->_model = $this->getModel('Queries');
 }