1、 新建类文件“Seo.php” namespace app\common\taglib;use think\Db;use think\template\TagLib;class Seo extends TagLib{ /** * @var array 定义标签名称 */ protected $tags = [ 'content' = ['arrt' = 'db,typeid', 'close'=0], ]; /**...
使用场景:有一个用户表(user)内有字段name、type,要求在新增或修改时,判断name在user表内是否唯一当type字段等于某个值时。 大白话:在添加一个用户时,要输入名称(name)、类别(type),不...