tp5视图里写原生php,tp5中使用原生sql查询总结
//?插入記錄
//?????????$result?=?Db::execute('insert?into?sb_ad?(ad_name,?ad_content?,status)?values?(1,?"456",1)');
//?????????dump($result);
//?更新記錄
//????????$result?=?Db::execute('update?sb_ad?set?ad_name?=?"framework"?where?ad_id?=?1?');
//????????dump($result);
//?查詢數(shù)據(jù)
//????????$result?=?Db::query('select?*?from?sb_ad?where?ad_id?=?1');
//????????print_r($result);
//?刪除數(shù)據(jù)
//?????????$result?=?Db::execute('delete?from?sb_ad?where?ad_id?=?2?');
//?????????dump($result);
//其它操作
//?顯示數(shù)據(jù)庫列表
//????????$result?=?Db::query('show?tables?from?tpshop1');
//????????print_r($result);
//?????????清空數(shù)據(jù)表
//?????????$result?=?Db::execute('TRUNCATE?table?sb_ad');
//?????????dump($result);
總結(jié)
以上是生活随笔為你收集整理的tp5视图里写原生php,tp5中使用原生sql查询总结的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: matlab三相异步电动机仿真,MATL
- 下一篇: 魔术方法php重定向,PHP魔术方法__