Simple question, is there support for view-tables in doctrine2? I found that it can \'read\' current schema http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest
if you want to define views in mappers I think you can't do this
If you want simply use views to read data from them I think you can do it. Simply define views fields in mapper as for general tables