• 系统设置的应用

    <?php namespace app\admin\controller; use app\admin\controller\Common; use think\...

    276

  • 轮播图的应用

    <?php /**  * Created by PhpStorm.  * User: Administrator  ...

    317

  • 菜单的编辑删除

    <?php namespace app\admin\controller; use think\Controller; use Util\SysDb; class...

    254

  • composer的下载和导入方法

    windows电脑去phpcomposer.com下载composer.exe在系统变量中增加 ..../php.exe的路径信息打开composer.exe进行安装从命令行中进入项目目录输入comp...

    404

  • 数据库PDO连接

    <?php /**  * 如何使用PDO来正确连接数据库  * 数据库操作三部曲:连接、操作、关闭  * PDO类:new ...

    213

  • 使用composer下载安装导入smarty

    详细步骤:(1)首先保证自己的电脑上安装了composer,打开composer的网址(https://www.phpcomposer.com/),点击安装包列表,搜索smarty,找到smarty的...

    308

  • 使用composer下载安装导入smarty

    详细步骤:(1)首先保证自己的电脑上安装了composer,打开composer的网址(https://www.phpcomposer.com/),点击安装包列表,搜索smarty,找到smarty的...

    224

  • 使用composer下载安装导入smarty

    详细步骤:(1)首先保证自己的电脑上安装了composer,打开composer的网址(https://www.phpcomposer.com/),点击安装包列表,搜索smarty,找到smarty的...

    217

  • 使用composer下载安装导入smarty

    详细步骤:(1)首先保证自己的电脑上安装了composer,打开composer的网址(https://www.phpcomposer.com/),点击安装包列表,搜索smarty,找到smarty的...

    269

  • 使用composer下载安装导入smarty

    详细步骤:(1)首先保证自己的电脑上安装了composer,打开composer的网址(https://www.phpcomposer.com/),点击安装包列表,搜索smarty,找到smarty的...

    163

  • 使用composer下载安装导入smarty

    详细步骤:(1)首先自己的电脑上安装了composer,打开composer的网址(https://www.phpcomposer.com/),点击安装包列表,搜索smarty,找到smarty的安装...

    267

  • 文件上传功能

    public function upload() {     $file = Request::file('im...

    228

发布手记

本月热门