PHPer 4月前发布了

Apache 或Nginx 都报错 No input file specified.

代码从线上拉到本地就出问题了 ,查看network 404 查看更多

PHP8.1 报错 strtotime(): Passing null to parameter #1 ($datetime) of ty...

PHP Deprecated Warning – yii\base\ErrorException strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated 查看更多
0 收起
PHPer 1年前发布了

Yii2 在特定页面中禁用调试工具栏Debug Toolbar

// configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', // uncomment the follow... 查看更多

Yii2 学习内容整理2

Yii2 学习内容整理2 查看更多
0 收起

【已实测】yii2 数据库查询中 怎么在where条件里加入条件大于条件 如(id>10)

$data = Ship::find()->Where(['company_id'=>$json->company_id])->and​Where(['>', 'id', 10]); 查看更多
0 收起

 推荐内容

© 查问我看 - 查问网

  0.28s

1 GB

技术支持 Yii 框架