コード例 #1
0
ファイル: components.php プロジェクト: jtresca/nysurveyor
 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
ファイル: submissions.php プロジェクト: jtresca/nysurveyor
 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
ファイル: files.php プロジェクト: atikahmed/joomla-probid
 function __construct()
 {
     parent::__construct();
 }
コード例 #5
0
 function __construct()
 {
     parent::__construct();
     $this->registerTask('apply', 'save');
 }