public function __construct($config = array()) { parent::__construct($config); $this->setThisModelName('AkeebasubsModelSubscribes'); $this->csrfProtection = false; $this->cacheableTasks = array(); }
public function __construct($config) { parent::__construct($config); $this->registerTask('apply', 'save'); $this->registerTask('saveNew', 'save'); $this->registerTask('populatedata', 'save'); }
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(); */ }
public function __construct($config = array()) { // Setup our configuration overrides $configOverride = array('modelName' => 'AkeebasubsModelSubscribes'); $config = array_merge($config, $configOverride); $this->cacheableTasks = array(); parent::__construct($config); }
public function __construct($config = array()) { parent::__construct($config); if ($this->input->getBool('caching', true)) { $this->cacheableTasks = array('browse'); } else { $this->cacheableTasks = array(); } }
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(); }
public function __construct($config = array()) { parent::__construct($config); $this->cacheableTasks = array(); }
function __construct($config = array()) { parent::__construct($config); $this->registerTask('apply', 'save'); }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'fixperms'; }
public function __construct($config = array()) { parent::__construct($config); $this->registerTask('getexpirations', 'browse'); $this->registerTask('renewals', 'browse'); }
public function __construct($config = array()) { parent::__construct($config); $this->akeebaACLCheck(); }
public function __construct($config = array()) { parent::__construct($config); }
public function __construct($config = array()) { parent::__construct($config); $this->registerTask('create', 'read'); }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'cleantmp'; }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'masterpw'; }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'seoandlink'; }
/** * 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'); }
public function __construct($config = array()) { parent::__construct($config); $this->registerTask('confirmchangeEmail', 'changeEmail'); }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'geoblock'; }
function __construct() { $config['csrfProtection'] = 0; parent::__construct($config); $this->cacheableTasks = array(); }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'nginxmaker'; }
public function __construct($config = array()) { parent::__construct($config); $this->cacheableTasks = array(); // $this->registerTask('showspared', 'browse'); }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'adminuser'; }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'dbchcol'; }
public function __construct($config = array()) { $config['csrf_protection'] = false; parent::__construct($config); }
public function __construct($config = array()) { parent::__construct($config); $this->modelName = 'postsetup'; }