/** * Page を初期化する. * * @return void */ public function init() { parent::init(); $masterData = new SC_DB_MasterData_Ex(); $this->arrProductType = $masterData->getMasterData('mtb_product_type'); //商品種類を取得 }
/** * Page を初期化する. * * @return void */ public function init() { parent::init(); $this->tpl_login = false; $this->tpl_disable_logout = false; $this->httpCacheControl('nocache'); }
/** * Page を初期化する. * * @return void */ public function init() { parent::init(); }
/** * デストラクタ. * * @return void */ function destroy() { parent::destroy(); }
/** * Page を初期化する. * * @return void */ public function init() { parent::init(); $this->objProduct = new SC_Product_Ex(); $this->objQuery = new SC_Query_Ex(); }