[symfony-users] Re: autocomplete does not work when loaded in response to an ajax call

2010-09-02 Thread rob
By default, content loaded via Ajax calls does not execute scripts. Try adding the parameter 'script' = true to the list of arguments of link_to_remote. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message

[symfony-users] Re: Doctrine schema: two realtionships between two tables

2010-06-22 Thread rob
If you are using propel you can achieve it this way (I don't know if it'll work for Doctrine, I have never used it for any project): Gallery: columns: name: { type: string(255), notnull: true } preview_image_id: { type: integer, foreignTable: GalleryPicture, foreignReference: id }

[symfony-users] Re: Too much data in visualization

2010-03-25 Thread rob
Maybe an Apache/PHP/Whatever misconfiguration? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[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

[symfony-users] Re: How do I find someone to work on a Symfony site for me?

2009-09-04 Thread Rob Riggen
I'm a freelance PHP programmer with Symfony experience. Contact me off line if you would like to discuss. Thanks, Rob Rob Riggen (802) 662-1069 r...@riggen.org On Fri, Sep 4, 2009 at 5:54 AM, Tony C goldmanme...@gmail.com wrote: I recently had a site built by someone who used Symfony

[symfony-users] One app, multiple (identical schema) databases

2007-07-23 Thread Rob Megan Forman
database for all subsequent db calls. Make sense? Any help would be greatly appreciated. Cheers, Rob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony

[symfony-users] Re: Re : [symfony-users] What if there were ... SymfonyCamp?

2007-04-12 Thread rob ganly
hi there, i'd be very interested in this! i'm my own boss so i couldn't possibly comment on the cost without bias ;-) i take it the lessons would be in english (as you norwegians are great at english and most of us here are sadly unilingual! rob ganly On Apr 12, 1:29 pm, Loïc Vernet [EMAIL