Closed ludimassa closed 4 years ago
Hi everyone, This plugin is able to detect column name of table? Rather if I have a table User(idUser primarykey, name, password)
`class User extends ActiveRecord{ \\no attribute }`
From a generic model
$identity=User::findOne(['username'=>$this->username]); is possible $identity->WITH AUTOCOMPLETE COLUMNS
The model should have a @property attribute. Those can be generated by the plugin. Reopen bug if it does not work.
What steps will reproduce the problem?
Hi everyone, This plugin is able to detect column name of table? Rather if I have a table User(idUser primarykey, name, password)
From a generic model
What is the expected result?
What do you get instead?
Additional info