예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
     $this->registerTask('new', 'add');
     $this->registerTask('publish', 'changestatus');
     $this->registerTask('unpublish', 'changestatus');
     $this->_db =& JFactory::getDBO();
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
     $this->registerTask('exportCSV', 'export');
     $this->registerTask('exportExcel', 'export');
     $this->registerTask('exportXML', 'export');
     $this->_db =& JFactory::getDBO();
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
     $this->_db = JFactory::getDBO();
 }
예제 #4
0
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
 }