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