[symfony-users] [symfony2] Any advice/bundle to build a REST API

2011-06-15 Thread Thomas Parisot
Hello everybody, I'm planning to use Symfony2 to create a REST API, dealing with data in MongoDB and MySQL, with user quota (depending on the URL and its method). I have several questions: - what is the best strategy - simple routing/controllers - EverzetRestfulControllersBundle

[symfony-users] Re: Multiple Doctrine Databases / Sf1.4 Issues

2009-11-25 Thread Thomas Parisot // Oncle Tom
I'm not encountering this problem anymore with Doctrine 1.2-RC1. :) On 24 nov, 19:49, Thomas Parisot // Oncle Tom tho...@oncle-tom.net wrote: Isn't it similar to this?http://trac.symfony-project.org/ticket/7659 On 24 nov, 17:48, PhiKapJames phikapja...@gmail.com wrote: I created a ticket

[symfony-users] Re: Multiple Doctrine Databases / Sf1.4 Issues

2009-11-24 Thread Thomas Parisot // Oncle Tom
Isn't it similar to this? http://trac.symfony-project.org/ticket/7659 On 24 nov, 17:48, PhiKapJames phikapja...@gmail.com wrote: I created a ticket, but appears that one was already created 2 days ago. On Nov 24, 11:06 am, PhiKapJames phikapja...@gmail.com wrote: Found an issue with using

[symfony-users] Re: get $sf_content in a filter.

2009-09-11 Thread Thomas Parisot // Oncle Tom
Thanks, you headed us on the good way. We indeed connected on the `template.filter_parameters` and checked if the parameter 'sf_content' was there and filled. :-) On Sep 11, 4:35 pm, aalexand alexander.s.alexand...@gmail.com wrote: For the sake of clarity I should perhaps also note this -

[symfony-users] symfony 1.1 + sfForm + embedForm + view/template

2008-10-14 Thread Thomas Parisot // Oncle Tom
Hello everybody, I'm trying to embed forms inside each others but as I successfully embed them, I really don't know how to retrieve them for later display. All examples I encounter never mention the template/view part of this feature. For example I have : pre class CriteriaForm extends sfForm