yii2 restful 数据库中存在84条,为什么读取出来只有20条
Controller:
class TestController extends ActiveController
{
public $modelClass = 'common\models\test';
}
Model:
public static function tableName()
{
return 'TEST';
}


Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
SQL语言打印出来 然后到数据库中执行
请问你获取数据的代码是怎样的