<bdo id='Lldmx'></bdo><ul id='Lldmx'></ul>
  • <legend id='Lldmx'><style id='Lldmx'><dir id='Lldmx'><q id='Lldmx'></q></dir></style></legend>
    <i id='Lldmx'><tr id='Lldmx'><dt id='Lldmx'><q id='Lldmx'><span id='Lldmx'><b id='Lldmx'><form id='Lldmx'><ins id='Lldmx'></ins><ul id='Lldmx'></ul><sub id='Lldmx'></sub></form><legend id='Lldmx'></legend><bdo id='Lldmx'><pre id='Lldmx'><center id='Lldmx'></center></pre></bdo></b><th id='Lldmx'></th></span></q></dt></tr></i><div id='Lldmx'><tfoot id='Lldmx'></tfoot><dl id='Lldmx'><fieldset id='Lldmx'></fieldset></dl></div>

      1. <small id='Lldmx'></small><noframes id='Lldmx'>

        <tfoot id='Lldmx'></tfoot>

      2. 查询时对相关模型的 Yii 限制

        时间:2023-09-24
          <tbody id='hAsvm'></tbody>
          <legend id='hAsvm'><style id='hAsvm'><dir id='hAsvm'><q id='hAsvm'></q></dir></style></legend>

          <tfoot id='hAsvm'></tfoot>
        • <i id='hAsvm'><tr id='hAsvm'><dt id='hAsvm'><q id='hAsvm'><span id='hAsvm'><b id='hAsvm'><form id='hAsvm'><ins id='hAsvm'></ins><ul id='hAsvm'></ul><sub id='hAsvm'></sub></form><legend id='hAsvm'></legend><bdo id='hAsvm'><pre id='hAsvm'><center id='hAsvm'></center></pre></bdo></b><th id='hAsvm'></th></span></q></dt></tr></i><div id='hAsvm'><tfoot id='hAsvm'></tfoot><dl id='hAsvm'><fieldset id='hAsvm'></fieldset></dl></div>

          1. <small id='hAsvm'></small><noframes id='hAsvm'>

              <bdo id='hAsvm'></bdo><ul id='hAsvm'></ul>
                  本文介绍了查询时对相关模型的 Yii 限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我遇到了限制问题.我使用的代码如下:

                  I ran into limit problem. The code that I'm using is the following:

                  $model = PostCategory::model();
                    $record = $model->with(array(
                      'posts'=>array(
                        'order'=>'posts.createTime DESC',
                        'limit'=>3,
                  ))->findByPK($id);
                  

                  我想限制为分页目的查询的帖子.我也尝试添加

                  I want to limit the posts queried for paging purposes. I've also tried to add

                  'together'=>true
                  

                  在限制之后,这也无济于事.

                  after limit, this doesn't help too.

                  感谢任何帮助.

                  推荐答案

                  这个肯定能用,刚刚测试过:

                  This will definitely work, just tested :

                  $model = PostCategory::model();
                  $record = $model->with(array(
                    'posts'=>array(
                       'order'=>'posts.createTime DESC',
                    ))->findByPK($id,
                               array('limit'=>3,'together'=>true) // adding this works
                  );
                  

                  这篇关于查询时对相关模型的 Yii 限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:PHP 中的命名空间阻止使用 Yii 静态函数 下一篇:Yii 条件 <IS NULL>

                  相关文章

                • <i id='MtlLz'><tr id='MtlLz'><dt id='MtlLz'><q id='MtlLz'><span id='MtlLz'><b id='MtlLz'><form id='MtlLz'><ins id='MtlLz'></ins><ul id='MtlLz'></ul><sub id='MtlLz'></sub></form><legend id='MtlLz'></legend><bdo id='MtlLz'><pre id='MtlLz'><center id='MtlLz'></center></pre></bdo></b><th id='MtlLz'></th></span></q></dt></tr></i><div id='MtlLz'><tfoot id='MtlLz'></tfoot><dl id='MtlLz'><fieldset id='MtlLz'></fieldset></dl></div>

                • <small id='MtlLz'></small><noframes id='MtlLz'>

                  <legend id='MtlLz'><style id='MtlLz'><dir id='MtlLz'><q id='MtlLz'></q></dir></style></legend>
                    <bdo id='MtlLz'></bdo><ul id='MtlLz'></ul>
                  <tfoot id='MtlLz'></tfoot>