db
db copied to clipboard
Refactoring of `DbArrayHelper`
-
DbArrayHelper::getColumn()
should be replaced witharray_column()
-
DbArrayHelper::getValueByPath()
is not suitable for db fields and shold be removed E.g.$key
can betable_name.column
what will be result of an error -
DbArrayHelper::populate()
can be opimized