1
0
mirror of synced 2025-01-06 00:57:10 +03:00
doctrine2/manual/docs/Advanced components - View - Intoduction.php
2006-07-23 21:08:06 +00:00

3 lines
191 B
PHP

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.