yii2 RESTful データベースには 84 のエントリがありますが、なぜ 20 エントリだけが読み取られるのですか?
Controller:
class TestController extends ActiveController{ public $modelClass = 'common\models\test';}
Model:
public static function tableName(){ return 'TEST'; }
SQL 言語を出力し、データベースで実行します
データを取得するためのコードは何ですか
SQL 言語を出力し、データベースで実行します
データを取得するためのコードは何ですか