[symfony-users] Getting Variables to Layout

2010-01-04 Thread Rob Wilkerson
I have a layout that applies several menus (primary, secondary, etc.) dynamically by calling components. In its simplest form, the component logic retrieves a menu by name from the database and the view iterates over the navigation items associated with that menu to display the menu. Quick

Re: [symfony-users] Re: Passing Params to Routes

2009-12-29 Thread Rob Wilkerson
::doSelectOne( $c ); } Thanks. -- Rob Wilkerson http://robwilkerson.org @robwilkerson -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email

Re: [symfony-users] Re: Passing Params to Routes

2009-12-29 Thread Rob Wilkerson
:49:23 symfony [info] {sfWebDebugLogger} Action page/show 40.63 ms (1) -- Rob Wilkerson http://robwilkerson.org @robwilkerson -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com

[symfony-users] Passing Params to Routes

2009-12-28 Thread Rob Wilkerson
I have a defined route that displays a dynamic page: page_show: url: /:domain_slug/:slug class: sfPropelRoute options: model: Page type: object method: doSelectByDomain param: { module: page, action: show } requirements: sf_method: [get] This works great, but

[symfony-users] Routes Question

2009-12-17 Thread Rob Wilkerson
I'm starting a new project - my first with Symfony - and I'm trying to figure out how to construct a route that incorporates information about an associated object. The documentation that I can find is light, to say the least, and I'm struggling. I'm using v1.4.1 w/ Propel (backwards compatibility

Re: [symfony-users] Routes Question

2009-12-17 Thread Rob Wilkerson
encapsulation more than I'd like. Thanks for your help. -- Rob Wilkerson http://robwilkerson.org @robwilkerson -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe

[symfony-users] Getting Started

2009-12-15 Thread Rob Wilkerson
I'm working on a new project using Symfony. Coming from the CakePHP and, to a lesser extent, Rails world, I'm having a lot of trouble getting started because I can't seem to find what I need. I'd heard that the Symfony docs were really strong, but I'm either looking at them wrong or that's not the