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';
}
SQL language prints it out and then executes it in the database
What is your code for obtaining data