摘要:
1、安装url重写模块 32位:http://download.microsoft.com/download/4/9/C/49CD28DB-4AA6-4A51-9437-AA001221F606/rewrite_x86_zh-CN.msi 64位:http://download.microsoft. 阅读全文
摘要:
http://blog.csdn.net/think2me/article/details/43114963这篇文章写得不错,通俗易懂。 namespace foo; class test{} $test = new foo\test(); 阅读全文
摘要:
1、安装:composer require phpmailer/phpmailer 2、引入:use PHPMailer\PHPMailer\PHPMailer; 3、调用:$mail = new PHPMailer (); 阅读全文
摘要:
public function captchaTest(){ $content = file_get_contents("php://input"); return json_decode($content, true); } 阅读全文
摘要:
用于phpcms 阅读全文
摘要:
空模块 或者 空控制器 空方法 阅读全文
摘要:
开启路由‘url_route_on’ => true 首页路由'/' =>'home/index/index' 其它路由(1)'route' => 'home/index/routeTest'(2)'route/[:name]' => ['home/index/routeTest', ['metho 阅读全文
摘要:
如果没有安装验证码类,可在composer.json 文件的require里面添加 "topthink/think-captcha":"1.*",然后composer update即可 thinkphp5.0内置验证码 页面调用方式<img src="{:captcha_src()}" onclic 阅读全文