Esempio n. 1
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct();
 }
Esempio n. 2
0
 /**
  * Method to display the view
  *
  * @access	public
  */
 function __construct()
 {
     parent::__construct('tsmart_shoppergroup_id');
 }
Esempio n. 3
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     tsmConfig::loadJLang('com_tsmart_orders', TRUE);
     parent::__construct();
 }
Esempio n. 4
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     tsmConfig::loadJLang('com_tsmart_media');
     parent::__construct('tsmart_media_id');
 }
Esempio n. 5
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_manufacturer_id');
 }
Esempio n. 6
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_product_id');
     $this->addViewPath(VMPATH_ADMIN . DS . 'views');
 }
Esempio n. 7
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author RickG, Max Milbers
  */
 function __construct()
 {
     parent::__construct('tsmart_state_id');
     $country = vRequest::getInt('tsmart_country_id', 0);
     $this->redirectPath .= $country > 0 ? '&tsmart_country_id=' . $country : '';
 }
Esempio n. 8
0
 /**
  * Method to display the view
  *
  * @access	public
  */
 function __construct()
 {
     parent::__construct();
     $task = vRequest::getVar('task');
 }
Esempio n. 9
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_custom_id');
 }
Esempio n. 10
0
 /**
  * Method to display the view
  *
  * @access public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_userfield_id');
 }
Esempio n. 11
0
 /**
  * Method to display the view
  *
  * @access	public
  */
 function __construct()
 {
     tsmConfig::loadJLang('com_tsmart_config');
     parent::__construct();
 }
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_manufacturercategories_id');
 }