/**
  * конструктор класса
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     parent::__construct();
     $this->load->model('channel_program');
     $this->load->model('channel');
     $this->load->library("form");
 }
 /**
  * Конструктор контроллера настроек цен
  *
  */
 public function __construct()
 {
     $this->temporary = array('manage_channel_prices_cpm_sort_direction' => 'asc', 'manage_channel_prices_flat_rate_sort_direction' => 'asc');
     parent::__construct();
     $this->load->model('channel');
     $this->load->model('channel_program');
 }
 /**
  * конструктор контроллера
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     parent::__construct();
     $this->_set_title(implode(self::TITLE_SEP, array(__('Administrator'), __('Settings'), __('Manage Categories'))));
     $this->load->library('form');
     $this->load->model("category_model", "", TRUE);
 }
 /**
  * конструктор контроллера
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     $this->temporary = array('manage_gateways_status_filter' => null, 'manage_gateways_sort_field' => null, 'manage_gateways_sort_direction' => null, 'manage_gateways_columns' => 'all');
     parent::__construct();
     $this->_set_title(implode(self::TITLE_SEP, array(__('Administrator'), __('Payments'), __('Manage Payment Gateways'))));
     $this->load->model('roles');
     $enabled_roles = $this->roles->get_list(array('is_used' => 'true'));
     $this->publishers_is_enabled = in_array('publisher', $enabled_roles);
 }
Exemplo n.º 5
0
 /**
  * конструктор класса
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     parent::__construct();
     $this->load->model('site');
     $this->load->model('category_model');
     $this->_add_ajax();
     $this->_add_css('fields/category-selector');
     $this->load->library("form");
     $this->load->helper('categoryselector');
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->_add_ajax();
     $this->_set_title(implode(self::TITLE_SEP, array(__('Advertiser'), __($this->menu_item))));
     $this->load->model('site');
     $this->load->model('channel');
     $this->load->model('sites_channels');
     $this->load->helper('form');
 }
 public function __construct()
 {
     parent::__construct();
     $this->_add_ajax();
     //$this->_add_java_script ( 'stuff' );
     //$this->_add_java_script ( 'jquery-ui-1.7.2.custom.min' );
     //$this->_add_java_script ( 'gridwizard' );
     //$this->_add_css ( 'gridwizard' );
     $this->load->library("form");
     $this->load->library('Plugins', array('path' => array('common', 'edit_site_channel_layout'), 'interface' => 'Sppc_Common_SiteManage_Interface'));
 }
Exemplo n.º 8
0
 /**
  * конструктор класса
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Code_Color_Scheme_Model');
     $this->_add_ajax();
     $this->_add_java_script('farbtastic');
     $this->_add_css('farbtastic');
     $this->load->library("form");
     $this->load->library("tabs");
     $this->load->model('Code_Color_Scheme_Model', 'color_scheme');
 }
 public function __construct()
 {
     $this->temporary = array('manage_sites_channels_from' => 'select', 'manage_sites_channels_to' => 'today', 'manage_sites_channels_status_filter' => 'all', 'manage_sites_channels_quicksearch' => '', 'manage_sites_columns' => 'all', 'manage_channels_columns' => 'all', 'manage_sites_channels_channel_columns' => 'all', 'manage_sites_channels_site_columns' => 'all');
     parent::__construct();
     $this->load->model('locale_settings');
     $this->load->model('pagination_post');
     $this->load->model('site');
     $this->load->model('channel');
     $this->load->helper('periods');
     $this->load->library('Table_Builder');
     $this->load->library('form');
     $this->load->model("entity");
 }
 /**
  * конструктор класса
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     parent::__construct();
     $this->load->model('payment_gateways');
     $this->_add_java_script('j');
     $this->_add_java_script('stuff');
     $this->_set_title(implode(self::TITLE_SEP, array(__('Administrator'), __('Settings'), __('Manage Payment Gateways'))));
     $this->_set_help_index("admin_settings_manage_payment_gateways");
     $this->load->library("form");
     $this->load->model('roles');
     $enabled_roles = $this->roles->get_list(array('is_used' => 'true'));
     $this->publishers_is_enabled = in_array('publisher', $enabled_roles);
 }
Exemplo n.º 11
0
 /**
  * конструктор класса
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     parent::__construct();
     $this->_add_ajax();
     $this->_add_java_script('farbtastic');
     $this->_add_css('farbtastic');
     $this->load->library("form");
     $this->load->library('tabs');
     $this->load->model('code_color_scheme_model', 'color_scheme');
     $this->load->model('site');
     $this->load->model('channel');
     $this->load->model('code_model');
 }
Exemplo n.º 12
0
 /**
  * конструктор класса
  *
  * @return ничего не возвращает
  */
 public function __construct()
 {
     parent::__construct();
     $this->_add_ajax();
     $this->_add_java_script('farbtastic');
     $this->_add_css('farbtastic');
     $this->_add_css('fields/category-selector');
     $this->load->model('channel');
     $this->load->model('category_model');
     $this->load->model('site');
     $this->load->model('dimension');
     $this->load->library("form");
     $this->load->helper('categoryselector');
 }
Exemplo n.º 13
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('form');
     $this->load->model('entity', '', TRUE);
 }
Exemplo n.º 14
0
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->load->model('new_campaign');
     $this->load->library('form');
     $this->id_xml = $this->session->userdata('id_xml');
     if (FALSE === $this->id_xml) {
         $this->id_xml = uniqid();
         $this->session->set_userdata('id_xml', $this->id_xml);
     }
     $this->_wizardModel = new Sppc_WizardModel();
     // Fill up hooks array
     $pluginsConfig = Zend_Registry::getInstance()->get('pluginsConfig');
     if (isset($pluginsConfig->common->campaign_wizard)) {
         foreach ($pluginsConfig->common->campaign_wizard as $hookClass) {
             $hookObj = new $hookClass();
             if ($hookObj instanceof Sppc_Common_CampaignWizard_EventHandlerInterface) {
                 $this->_hooks[] = $hookObj;
             }
         }
     }
 }
Exemplo n.º 15
0
 public function __construct()
 {
     parent::__construct();
     $this->item_passive = $this->load->view('common/site_directory/passive_item.html', '', TRUE);
     $this->item_active = $this->load->view('common/site_directory/active_item.html', '', TRUE);
 }
Exemplo n.º 16
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('url');
     $this->load->library('tank_auth');
 }
Exemplo n.º 17
0
 function __construct()
 {
     parent::__construct();
     $this->load->library("form");
     $this->load->model("feeds");
 }
Exemplo n.º 18
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library("Plugins", array('path' => array('common', 'siteinformation')));
 }
Exemplo n.º 19
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('cookie');
     $this->load->model('entity');
 }