資料庫寫作生產力工具--MySQL+Smarty+ADODB
請選擇一個資料庫{{$this->select_db()}} {{if $this->DB!=''}} 請選擇一個資料表{{$this->select_tb()}} {{/if}}
{{if $this->DB!=''&& $this->TB!=''}}
欄位資訊 [語法參考] [範例程式{{$this->TB}}.php參考] [樣本檔{{$this->TB}}.htm參考]
[非學務程式設定檔{{$this->TB}}_config.php參考] 測試結果
{{foreach from=$this->field_info item=arr}} {{/foreach}}
名稱形態
{{$arr.Field}}{{$arr.Type}}
第一欄必須為索引欄位 否則產生程式碼 須修改後才能使用。
{{if $smarty.get.act=='word'}} {{elseif $smarty.get.act=='php'}} {{elseif $smarty.get.act=='tpl'}} {{elseif $smarty.get.act=='conf'}} {{/if}}
{{/if}}