찾다

 >  Q&A  >  본문

관리자 페이지가 표시되지 않습니다. 안내해 주실 수 있나요?

<?phpnamespace appadmincontroller;use appadmincommonBase;use thinkRequest;use appadminmodelAdmin as AdminModel;class Admin 확장 Base{ //관리자 홈 페이지 표시 public function index() { AdminModel::get(['username'=> 'admin ']); //2. 템플릿에 현재 관리자 정보를 할당합니다. -> 할당('admin', $admin) //3. ; fetch('admin_list'); } //렌더링 편집 템플릿 public function edit(Request $request) { //1. 관리자 테이블의 정보를 읽습니다. $admin = AdminModel::get($request->param( 'id')); //2. 템플릿에 현재 관리자 정보를 할당합니다. -> 할당('admin', $ admin) //3. -> fetch('admin_edit'); } //업데이트 작업 수행 public function update(Request $request) { if ($request -> isAjax( true)){ //제출된 데이터를 가져오고 자동으로 null 값을 필터링합니다. ​$data = array_filter($request->param()); //업데이트 조건 설정 $map = ['is_update' => $data[' is_update']];                                                          사용                               밖으로 통과 통과           통과 '' through out '' through out through out through through out through out through ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐ ‐ ‐ //업데이트가 실패하는 경우 if (is_null($res)) {                                                                >        ; }}

! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

{include file='public/header' /}<body><div class="x-nav">            <span class="layui-breadcrumb">              <a><cite>首页</cite></a>              <a><cite>会员管理</cite></a>              <a><cite>管理员列表</cite></a>            </스팬>    <a class="layui-btnlayui-btn-small" style="line-height:1.6em;margin-top:3px;float:right"  href="javascript:location.replace(location.href);" title="刷新"><i class="layui-icon" style="line-height:30px">ဂ</i></a></div><div class="x-body">    <table class="layui-table">        <머리>        <tr>            <일>                ID            </th>            <일>                登录name            </th>            <일>                邮箱            </th>            <일>                登录次数            </th>            <일>                登录时间            </th>            <일>                操작            </th>        </tr>        </머리>        <본문>        <tr>            <td>                {$admin.id}            </td>            <td>                {$admin.username}            </td>            <td>                {$admin.enail}            </td>            <td>                {$admin.login_count}            </td>            <td>                {$admin.last_time}</td> 4','','510')"                         class="ml-5" style="text-꾸밈:없음">                                            | ; .use(['laydate','element','laypage','layer'], function(){ $ =layui.jquery;//jquerylaydate =layui.laydate ;//날짜 플러그인 요소 =layui. element();//Bread 탐색 레이어 =layui.layer;//팝업 레이어 //위 모듈은 필요에 따라 도입됩니다.laypage({ cont: 'page' , 페이지: 100 , first: 1 ,last: 100 , prev: '<em><</em>' ,next: '<em></em>' , }) , }); ,w,h) { x_admin_show(title,url,w,h) }</script></body></html>

GG1693일 전1173

모든 응답(0)나는 대답할 것이다

답장 없음
  • 취소회신하다