Exemplo n.º 1
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 2
0
 /**
  * Method to display the view
  *
  * @access	public
  */
 function __construct()
 {
     parent::__construct('tsmart_shoppergroup_id');
 }
Exemplo n.º 3
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     tsmConfig::loadJLang('com_tsmart_orders', TRUE);
     parent::__construct();
 }
Exemplo n.º 4
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     tsmConfig::loadJLang('com_tsmart_media');
     parent::__construct('tsmart_media_id');
 }
Exemplo n.º 5
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_manufacturer_id');
 }
Exemplo n.º 6
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_product_id');
     $this->addViewPath(VMPATH_ADMIN . DS . 'views');
 }
Exemplo 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 : '';
 }
Exemplo n.º 8
0
 /**
  * Method to display the view
  *
  * @access	public
  */
 function __construct()
 {
     parent::__construct();
     $task = vRequest::getVar('task');
 }
Exemplo n.º 9
0
 /**
  * Method to display the view
  *
  * @access	public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_custom_id');
 }
Exemplo n.º 10
0
 /**
  * Method to display the view
  *
  * @access public
  * @author
  */
 function __construct()
 {
     parent::__construct('tsmart_userfield_id');
 }
Exemplo 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');
 }