英文: limit the number of entries in the for loop 问题 我有一个模型和一个包含数据的表。在这个模型中,我添加了一个新字段,并与另一个表建立了连接。 为了不...
对同一张表格的多个字段进行排序
英文: sorting multiple fields of the same table 问题 我有一个排序函数,根据指定的表格,应该按我需要的顺序筛选数据。 public function get...
Yii2 DropdownList 值未被发送到模型。
英文: Yii2 DropdownList Value not being sent to Model 问题 我有一个下拉列表,看起来像这样: <select id="singlereg...
Yii2验证规则的`when`条件
英文: Yii2 Rules Validate When Condition 问题 我使用Yii2生成的表单字段,通过echo $form->field来生成。当我选择'立即支付'并提交时,验证...
限制条目数量,并在 for 循环中断后重新启动。
英文: limit the number of entries and restart after break in the for loop 问题 I have a model and ready-...
YII2 sef网址构建
英文: YII2 sef urls construction 问题 我有一个包含产品的目录。 产品的网址看起来像这样 domain.com/adv?id=14792。 我想要美化网址,使其像这样 do...
使用 Yii1 的 CSRF 令牌到 Yii2 中。
英文: Use Yii1 CSRF Token into Yii2 问题 我正在逐渐将Yii1应用程序迁移到Yii2。在整个项目迁移之前,Yii1和Yii2应该一起工作。为了做到这一点,我已经下载了Y...
为什么我无法从数据库检索日期?
英文: Why i cant retrieve the date from database 问题 I want to calculate the days between two dates and...
Yii2 MongoDB 从文档中删除单行数据
英文: Yii2 MongoDB delete single row from document 问题 尝试删除但无法成功的两种方式如下: 尝试一: $query = new Query(); $qu...
Yii2 – 在视图文件中未定义的变量
英文: Yii2 - Undefined variable in View file 问题 在siteController中,我试图通过siteController将变量传递到查看页面,但是每次尝试时...
2