runthebusiness / reformation

Reformation is a branch of Doctrine Orm created from version 1.2.1. It contains many new features and bug fixes.
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Add Doctrine_Hydrator_TransparentDriver #14

Open runthebusiness opened 11 years ago

runthebusiness commented 11 years ago

Added transparent Doctrine_Hydrator_TransparentDriver. A driver that lets record sets be hydrated as a simple assoc array with the my sql alias names taken directly from the query. Use together with simpleSqlAlias functionality.