• 网站后台渲染操作

    index控制器中的代码<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controll...

    138

  • 小米商城框架

    <!DOCTYPE html><html><head>    <title>小米商城</title> ...

    255

  • 新闻缩略图模块实现

    通过本章的学习,实现了新闻缩略图的增删查,代码如下:控制器类:<?php namespace app\admin\controller; use app\admin\m...

    425

  • 菜单的添加功能

    菜单保存save函数 public function save(){     $mid = (int)input(...

    275

  • 权限访问控制功能

    后台加载页面读取职位权限表 $role = $this->db->table('admins_group')->where(array('...

    233

  • 管理员模块curd

    <?phpnamespace app\admin\controller;use think\Controller;use think\facade\Request;use app\admin\m...

    406

Release Notes

Popular this month