2014年6月10日 星期二

2014 / 06 / 11 RO Shop for Discuz X3 研究中。


【 參 考 】
Discuz 開發平台:http://open.discuz.net/?ac=document&page=faq
Discuz 技術文庫:http://dev.discuz.org/wiki/index.php?title=%E9%A6%96%E9%A1%B5
Discuz X2.5數據庫:http://dev.discuz.org/wiki/index.php?title=Discuz!_X2.5%E6%95%B0%E6%8D%AE%E5%AD%97%E5%85%B8




【1】初步Setting - SQL

CREATE TABLE IF NOT EXISTS `pre_roshop_program` (
  `act_proid` int(10) NOT NULL AUTO_INCREMENT,
  `extcredits1` int(10) NOT NULL,
  `extcredits2` int(10) NOT NULL,
  `extcredits3` int(10) NOT NULL,
  `extcredits4` int(10) NOT NULL,
  `extcredits5` int(10) NOT NULL,
  `extcredits6` int(10) NOT NULL,
  `extcredits7` int(10) NOT NULL,
  `extcredits8` int(10) NOT NULL,
  `item_id` int(30) NOT NULL,
  `creator` int(10) NOT NULL,
  `dateline` date NOT NULL,
  PRIMARY KEY (`act_proid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

【2】檔案樹

|-roshop.php

|-source
|-|-module
|---|-roshop
|----|-shop_buy.php
|----|-shop_adm_create.php

|-template
|-|-default
|--|-roshop
|---|-shop_buy.htm
|---|-shop_adm_create.htm


沒有留言:

張貼留言