openpsa icon indicating copy to clipboard operation
openpsa copied to clipboard

Split midcom_baseclasses_core_dbobject

Open flack opened this issue 9 years ago • 0 comments

Reported by flack on 30 Apr 2029 07:50 UTC ATM, almost DBA to database interactions are ultimately performed by one giant (~2000 lines) class of static methods. This should be split up into a sub-module where different actions (create/read/update/delete/parameters/etc., maybe even qb & mc) are implemented in different classes. This would not only make the DBa layer more maintainable, but it would also make it easier to implement alternative storage drivers (like, say, Doctrine/PHPCR or something else).

Migrated-From: http://trac.openpsa2.org/ticket/151

flack avatar Jan 30 '15 23:01 flack