3 lines
287 B
PHP
3 lines
287 B
PHP
Doctrine offers a way of setting column aliases. This can be very useful when you want to keep the application logic separate from the
|
|
database logic. For example if you want to change the name of the database field all you need to change at your application is the column definition.
|