1
0
mirror of synced 2025-01-18 14:31:40 +03:00
doctrine2/manual/docs/Advanced components - View - Intoduction.php

4 lines
190 B
PHP
Raw Normal View History

2007-04-13 21:49:11 +00:00
Database views can greatly increase the performance of complex queries. You can think of them as
cached queries. Doctrine_View provides integration between database views and DQL queries.