Open Tigrov opened 7 months ago
DbArrayHelper::getColumn()
array_column()
DbArrayHelper::getValueByPath()
$key
table_name.column
DbArrayHelper::populate()
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 errorDbArrayHelper::populate()
can be opimized