赣南脐橙

keybr

佰草伐

导航

2020年9月10日 #

thinkphp 前台输出

摘要: <?php namespace app\index\controller; use think\Controller; use think\facade\View; class Demo7 extends Controller { public function test1() { $content 阅读全文

posted @ 2020-09-10 16:01 佰草伐 阅读(199) 评论(0) 推荐(0) 编辑

thinkphp 数据库查询数据

摘要: <?php namespace app\index\controller; use app\index\model\Daohang; class Demo6 { public function get() { //dump(Daohang::get(3)); $res = Daohang::fiel 阅读全文

posted @ 2020-09-10 15:51 佰草伐 阅读(138) 评论(0) 推荐(0) 编辑

thinkphp 数据库操作

摘要: <?php namespace app\index\controller; use think\Db; class Demo5 { public function find() { $res = Db::table('daohang') // ->field('id,title,url') ->fi 阅读全文

posted @ 2020-09-10 15:30 佰草伐 阅读(86) 评论(0) 推荐(0) 编辑

thinkphp 链接数据库

摘要: <?php namespace app\index\controller; use think\Db; class Demo4 { public function conn1() { return Db::table('daohang')->where('id',1)->value('title') 阅读全文

posted @ 2020-09-10 15:26 佰草伐 阅读(106) 评论(0) 推荐(0) 编辑

thinkphp 依赖注入

摘要: <?php namespace app\index\controller; /* *URl访问 */ class Demo1 { public function getName($name="peter") { return $name; } //依赖注入 public function getMe 阅读全文

posted @ 2020-09-10 15:24 佰草伐 阅读(185) 评论(0) 推荐(0) 编辑

keybr

php基础知识

Wood Furniture