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