登录

小白请教 yii2 restful 数据库中存在84条,为什么读取出来只有20条

yii2 restful 数据库中存在84条,为什么读取出来只有20条

Controller:

class TestController extends ActiveController
{
   public $modelClass = 'common\models\test';
}

Model:

public static function tableName()
{
   return 'TEST';
}

1.png2.png


# PHP
ww ww 1767 天前 901 次浏览

全部回复(2) 我要回复

  • 秋香姐家的小书童

    秋香姐家的小书童2019-06-25 09:11:17

    SQL语言打印出来  然后到数据库中执行

    回复
    0
  • 清音Susunma~

    清音Susunma~2019-06-20 16:03:08

    请问你获取数据的代码是怎样的

    回复
    0
  • 取消 回复 发送