fastadmin新增/修改数据自定义下拉框数据
Utils.php class Utils extends Backend { static function getRoomnum(){ $model = Room::que…
Utils.php class Utils extends Backend { static function getRoomnum(){ $model = Room::que…
Table.api.init({ showFooter: true,//添加这个 &nb…
docker pull nginx docker run --name mynginx -p 80:80 -v /D/work/www:/var/www -v /D/woek/nginx/conf/conf.d:/etc/nginx/conf.d -d nginx nginx.conf…
添加 location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }
一对多关联 关联定义 一对多关联的情况也比较常见,使用hasMany方法定义,参数包括: hasMany('关联模型名','外键名','主键名',['模型别名定义']); 例如一篇文章可以有多个评论 …
打开php.ini,搜索disable_functions,代码如下: disable_functions = scandir,passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status, ini_alter,ini_alter,ini_restore,dl,pfsockopen,…