db
db copied to clipboard
Enum cases support for build query
What steps will reproduce the problem?
$query->andWhere(['category_name' => CategoryEnum::blablacat])
What is the expected result?
Am want suggest add logic to query for transformate enum case object to case->value
$query->andWhere(['category_name' => CategoryEnum::blablacat->value])
What do you get instead?
this suggestion
Additional info
Q | A |
---|---|
Version | 3.x? |
PHP version | 8.x+ |
Operating system | any |