摘要:
PHP sql写法注意点: ①、php原生sql写法: $result = Db::query('select b.* from tp_admin a LEFT JOIN tp_cate b on(a.id= b.id) '); 占位符写法: $result = Db::query('select 阅读全文
posted @ 2019-08-12 23:04
xmanman
阅读(411)
评论(0)
推荐(0)
浙公网安备 33010602011771号