public function __construct()
 {
     $GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('brands');
     $GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('products');
     //zcs=
     parent::__construct();
 }
 public function __construct()
 {
     include_once ISC_BASE_PATH . "/lib/form.php";
     $GLOBALS['ISC_CLASS_FORM'] = new ISC_FORM();
     $GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('settings.checkout');
     parent::__construct();
 }
Example #3
0
	public function __construct()
	{
		/**
		 * Convert the input character set from the hard coded UTF-8 to their
		 * selected character set
		 */
		convertRequestInput();

		$this->template = Interspire_Template::getInstance('admin');
		$this->db = $GLOBALS['ISC_CLASS_DB'];
		$this->auth = getClass('ISC_ADMIN_AUTH');
		$this->engine = getClass('ISC_ADMIN_ENGINE');
		parent::__construct();
	}
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     $GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('orders');
     parent::__construct();
 }
 public function __construct()
 {
     $GLOBALS['ISC_CLASS_ADMIN_FORMFIELDS'] = new ISC_ADMIN_FORMFIELDS();
     $GLOBALS['ISC_CLASS_ADMIN_ENGINE']->LoadLangFile('formfields');
     parent::__construct();
 }