[symfony-users] Re: Select list as a result of a query

2008-09-29 Thread cokker
Calling an url results in execution of an action. Inside this action you can retrieve the parameter via $this->getRequestParameter('seccion'); In your action you can also create a criteria to query you DB with this parameter. Perhaps you should read the documentation. greets Sven AlainRaymon

[symfony-users] Re: Select list as a result of a query

2008-09-29 Thread Eno
On Fri, 26 Sep 2008, AlainRaymond wrote: > How do I create a Select list dependant on the results of a SQL query? http://www.symfony-project.org/book/1_0/10-Forms#Populating%20Drop-Down%20Lists%20with%20Objects -- --~--~-~--~~~---~--~~ You received this mes