摘要:
Login.php <?php namespace app\index\controller; use think\Controller; use Gregwar\Captcha\CaptchaBuilder; use think\Loader; use app\index\model\Data; 阅读全文
摘要:
查询分为两种方式,一种是Db查询,一种是模型查询。 Login.php <?php namespce app\index\controller; use think\Controller; use think\Loader; use app\index\model\Data; class Login 阅读全文
摘要:
使用Loader: <?php namespace app\index\controller; use think\Controller; use think\Loader; class Login extends Controller { public function __construct() 阅读全文