• 后台产品模块开发

    <?phpnamespace app\admin\controller;use app\admin\model\ProductModel;use think\facade\Session;use...

    237

  • 引入Smarty,渲染模板

    <?php // Smarty配置文件 // 使用Composer安装的Smarty require __DIR__ . '/../v...

    253

  • for/while/foreach()遍历数组

    与for和while相比,foreach循环数组时其性能肯定要要高,且,for和while对关联数组无能为力。<?php $str=range(10,50,5); $str1=['nam...

    249

  • 数据库连接方法库小练习

    <?php  // mysql数据类型分为:1.数值数据类型(整数类型:tinyint、smallint、mediumint、int(常用)),浮点小数类型(float、do...

    250

Release Notes

Popular this month