01 2019 档案

摘要:视图文件 <a style="text-decoration:none" class="ml-5" href="edit/id/{$value.id}" 控制器代码 public function edit() { $all =input('id/s'); halt($all); echo ("12 阅读全文
posted @ 2019-01-31 15:25 wancheng0327 阅读(333) 评论(0) 推荐(0)
摘要:视图层 <form action="post" method="post" class="form form-horizontal" id="form-member-add"> <div class="row cl"> <label class="form-label col-xs-4 col-sm 阅读全文
posted @ 2019-01-31 10:39 wancheng0327 阅读(742) 评论(0) 推荐(0)
摘要:1 控制器(application/home/controller/Home.php) namespace app\home\controller;use think\Controller;use think\Db; class Home extends Controller{ public fun 阅读全文
posted @ 2019-01-30 11:30 wancheng0327 阅读(202) 评论(0) 推荐(0)