예제 #1
0
 public function run()
 {
     // Check for request forgeries
     //JRequest::checkToken() or jexit('Invalid Token');
     JRequest::setVar('view', 'mijosql');
     parent::display();
 }
예제 #2
0
파일: edit.php 프로젝트: pguilford/vcomcc
 public function __construct($default = array())
 {
     parent::__construct($default);
     $this->_model = $this->getModel('edit');
 }