Exemplo n.º 1
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->setThisModelName('AkeebasubsModelSubscribes');
     $this->csrfProtection = false;
     $this->cacheableTasks = array();
 }
Exemplo n.º 2
0
 public function __construct($config)
 {
     parent::__construct($config);
     $this->registerTask('apply', 'save');
     $this->registerTask('saveNew', 'save');
     $this->registerTask('populatedata', 'save');
 }
Exemplo n.º 3
0
 public function __construct($config)
 {
     parent::__construct($config);
     $this->registerTask('apply', 'save');
     $this->registerTask('saveNew', 'save');
     /* $task = JFactory::getApplication()->input->getString('task');
     		if($task=='view') $this->view(); */
 }
Exemplo n.º 4
0
 public function __construct($config = array())
 {
     // Setup our configuration overrides
     $configOverride = array('modelName' => 'AkeebasubsModelSubscribes');
     $config = array_merge($config, $configOverride);
     $this->cacheableTasks = array();
     parent::__construct($config);
 }
Exemplo n.º 5
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     if ($this->input->getBool('caching', true)) {
         $this->cacheableTasks = array('browse');
     } else {
         $this->cacheableTasks = array();
     }
 }
Exemplo n.º 6
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->registerTask('getexpirations', 'browse');
     $this->registerTask('renewals', 'browse');
     $this->registerTask('vies', 'invoices');
     $this->registerTask('vatmoss', 'invoices');
     $this->cacheableTasks = array();
 }
Exemplo n.º 7
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->cacheableTasks = array();
 }
 function __construct($config = array())
 {
     parent::__construct($config);
     $this->registerTask('apply', 'save');
 }
Exemplo n.º 9
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'fixperms';
 }
Exemplo n.º 10
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->registerTask('getexpirations', 'browse');
     $this->registerTask('renewals', 'browse');
 }
Exemplo n.º 11
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->akeebaACLCheck();
 }
Exemplo n.º 12
0
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
Exemplo n.º 13
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->registerTask('create', 'read');
 }
Exemplo n.º 14
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'cleantmp';
 }
Exemplo n.º 15
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'masterpw';
 }
Exemplo n.º 16
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'seoandlink';
 }
Exemplo n.º 17
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     F0FModel::addIncludePath(JPATH_SITE . '/plugins/j2store/report_itemised/report_itemised/models');
     F0FTable::addIncludePath(JPATH_SITE . '/plugins/j2store/report_itemised/report_itemised/tables');
 }
Exemplo n.º 18
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->registerTask('confirmchangeEmail', 'changeEmail');
 }
Exemplo n.º 19
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'geoblock';
 }
Exemplo n.º 20
0
 function __construct()
 {
     $config['csrfProtection'] = 0;
     parent::__construct($config);
     $this->cacheableTasks = array();
 }
Exemplo n.º 21
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'nginxmaker';
 }
Exemplo n.º 22
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->cacheableTasks = array();
     //  $this->registerTask('showspared', 'browse');
 }
Exemplo n.º 23
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'adminuser';
 }
Exemplo n.º 24
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'dbchcol';
 }
Exemplo n.º 25
0
 public function __construct($config = array())
 {
     $config['csrf_protection'] = false;
     parent::__construct($config);
 }
Exemplo n.º 26
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->modelName = 'postsetup';
 }