CURD 數(shù)據(jù)庫的增刪改查對(duì)應(yīng)的create update insert delete
406
<?php namespace app\index\controller; use app\index\model\User; class Index { pro...
261
composer create-project topthink/think=5.1.* tp5安裝
353
composer create-project topthink/think=5.1.* tp5安裝thinkphp 5.1
375
//tel.php<!DOCTYPE html><html> <head> &n...
610
<?php interface Message{public function seed();}class SeedEmail implements Message{&nb...
296
//set.php<?php namespace app\admin\controller; use app\admin\model\SetModel; use think\facade\Req...
422
//base.php<?php namespace app\admin\controller; use think\facade\Session; use app\admin\model\Rol...
372
//Admin.php<?php namespace app\admin\controller; use app\admin\model\UserModel; use app\admin\mod...
360
//comm.php 判斷是否登錄公共基類<?php namespace app\admin\co...
527
<?php //對(duì)象的依賴注入class Film{ public function writer(){ return '金庸'; } public function...
429
//template.php 配置常量 _CSS_ 'tpl_replace_string' =>[ &...
1748
//base.html 模板{block name="header"} ...
452
//virefy.php<?php //數(shù)據(jù)庫連接類 class Db{ ...
462
//創(chuàng)建驗(yàn)證器User.php<?php namespace app\validate; &nbs...
426