Zend certified PHP/Magento developer

ORM Which Integrates With Legacy Database?

Does anyone know if there are any ORMs which play nicely with legacy databases? We are in the process of normalising data and creating a new structure for our database, but it’s not all being done at once. The new tables are what you’d expected but there’s a lot of tables with one letter column names, numbers as column names, json stored in text fields, dates stored in text fields, etc.

My understanding is that ORMs like Doctrine can’t handle some of those things such as numbers in column names. Are there any good alternatives?

submitted by /u/Hates_Sundays
[link] [comments]