dolphinphp最具特色的工具
主要是對組件中標簽的使用進行一個實例補充,方便快速應用于開發。
>[info] 官方資料做得不錯,較完善
>
## 關于字段 data,datetime 數據表中使用timestamp即int格式時,如何正常顯示,操作問題
Zbuilder table 中
自動編輯中,如下, 第4個字段,將是timestamp字段用,號加入如 create_time,
[官方說明](http://www.hmoore.net/ming5112/dolphinphp/256397)
~~~
->autoAdd($fields, 'admin_user', 'User', 'create_time,update_time')
->autoEdit($fields, 'admin_user', 'User', 'create_time,update_time')
~~~
table 中,如直接用text顯示出來,
需要 使用
[官方callback字段使用說明](http://www.hmoore.net/ming5112/dolphinphp/256383)