Xiaobai asks for advice. There are 84 entries in the yii2 restful database, but why only 20 entries are read out?
ww
ww 2019-06-18 22:12:30
0
2
1055

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


ww
ww

reply all(2)
秋香姐家的小书童

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

清音Susunma~

What is your code for obtaining data

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!