tpl_page_category = 'order'; $this->tpl_title = '特定商取引に関する法律に基づく表記'; $masterData = new SC_DB_MasterData_Ex(); $this->arrPref = $masterData->getMasterData('mtb_pref'); } /** * Page のプロセス. * * @return void */ function process() { parent::process(); $this->action(); $this->sendResponse(); } /** * Page のアクション. * * @return void */ function action() { $objDb = new SC_Helper_DB_Ex(); $this->arrOrder = $objDb->sfGetBasisData(); } /** * デストラクタ. * * @return void */ function destroy() { parent::destroy(); } }