db icon indicating copy to clipboard operation
db copied to clipboard

Refactoring of `DbArrayHelper`

Open Tigrov opened this issue 10 months ago • 0 comments

  • DbArrayHelper::getColumn() should be replaced with array_column()
  • DbArrayHelper::getValueByPath() is not suitable for db fields and shold be removed E.g. $key can be table_name.column what will be result of an error
  • DbArrayHelper::populate() can be opimized

Tigrov avatar Apr 07 '24 10:04 Tigrov