http://www.symfony-project.org/forum/index.php?t=msg&goto=31774#msg_31774
Views already work with symfony. For complex queries, just define the view in your schema.?ml, set the table as "read only" in the schema unless you want the view to be updateable, re-build the model, and voila, you have a view which is accessible in the model.
documented on: 19 July 2007, halfer
> Could you please do an example, because im having trouble findig any > documentation on Propel's site?
There may not actually be any - I just worked it out myself:
documented on: 19 July 2007, halfer