随笔分类 - Thinkphp
版本3.2.3
摘要:原因可能是是 user.ini 文件限制了文件的访问权限
阅读全文
摘要:查询 $model->where( 'next_time' , [ '=' , 0 ] , [ '>' , time() ] , 'or' )->where( [ 'name' => [ 'like' , '%' . $search_name . '%' ] ] )->OrderRaw(" shop
阅读全文
摘要:解决办法是打开public下的.htaccess文件, 把:RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] 改为:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
阅读全文
摘要:查询:$companyModel->findAlone([['company_contact','=',$data['company_contact']],['company_id','<>',$data['company_id']]]); $con[]=['personnel_name|perso
阅读全文
摘要:第一步:加入这两个文件 第二部:在common的function中添加代码 第三步: 在配置文件中加入以下配置 第四步:控制器中,调用方法
阅读全文