Hello, I try to create instance of certain model in console command, but first I getting errors about that Yii could not find model class, then I do this
Yii::import('application.models.*');
, and now I get new this error
'The table "{{user}}" for active record class "User" cannot be found in the database.'
. In database table called tbl_user. I try to search on another related topics but I didnt find the solution for this problem.