search

Home  >  Q&A  >  body text

Xiaobai asks for advice. There are 84 entries in the yii2 restful database, but why only 20 entries are read out?

yii2 There are 84 entries in the restful database, why are only 20 entries read out?

Controller:

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

Model:

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

1.png2.png


wwww2064 days ago1163

reply all(2)I'll reply

  • 秋香姐家的小书童

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

    SQL language prints it out and then executes it in the database

    reply
    0
  • 清音Susunma~

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

    What is your code for obtaining data

    reply
    0
  • Cancelreply