19 Jun, 2010
RecordColumnNameDecorator – A Doctrine Compatibility Decorator
Posted by: Enrico Stahn In: Information Technology|Software Development
I mentioned that we’re migrate our application from pure SQL to an ORM-Layer. Many of the existing functions working with column names of the database tables. Sometimes these column names are used hard coded or directly linked to the view layer. The actual problem is that we used the opportunity of the migration to unify [...]