[symfony-users] Re: [Symfony2]Multiple routes in annotations

2011-03-28 Thread Mark C
Awesome thanks Fabien, just saw that on github. On Mar 26, 5:52 pm, Fabien Potencier wrote: > On 3/26/11 5:55 PM, georg wrote: > > > Hi, > > > has this been solved or has a solution been found? > > I'm also very interested in achieving the same thing as Mark. > > /** >   * @extra:Routes({ >   *  

[symfony-users][Symfony2]Multiple routes in annotations

2011-03-16 Thread Mark C
Hi, With annotations, is it possible to set up multiple routes for a controller without having to set up multiple controllers? At the moment I am doing: /**  * @extra:Route("/index")  * @extra:Template()  */ public function indexAction() {

[symfony-users] [symphony-users][Symfony2] Where to register a custom format

2011-03-11 Thread Mark C
Hello all, I am using the .{_format} parameter in my route and want to register jsonp with the same mime-type as json: array('application/json', 'application/x-json'), I know I can do the following in every controller: $request = Request::createFr

[symfony-users] Re: [symfony2][pr7]REST bundle XML error

2011-03-09 Thread Mark C
/services http://symfony.com/schema/dic/services/services-1.0.xsd";> I imagine this will be a problem with most bundles that haven't been updated. Cheers On Mar 8, 10:26 pm, Mark C wrote: > I'm trying to use EverzetRestfulControllersBundle, using the updated fork by > s

[symfony-users] Error lectura de fechas en base de datos LATIN1 con formato d/m/Y

2010-01-08 Thread C
ERROR: Internally stored date/time/timestamp value could not be converted to DateTime: '20/01/2010' [wrapped: DateTime::__construct() [datetime.--construct]: Failed to parse time string (20/01/2010) at position 0 (2): Unexpected character] stack trace * at () in SF_ROOT_DIR/lib/model/om

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

2009-09-04 Thread Tony C
I recently had a site built by someone who used Symfony. More work needs to be done and I need someone who is familiar with it. Can you tell me where to find developers who know it or where I can post my project, etc? Thanks a lot. I need someone fluent in English. --~--~-~--~~---

[symfony-users] Re: OT: Mojavi

2008-12-17 Thread Mr C
The Japanese Mojavi site never went down, unlike mojavi.org. That's where you can find Mojavi 2,3 & 4 source and docs. http://www.mojavi.net/ downloads on the home page, docs from the top menu. --~--~-~--~~~---~--~~ You received this message because you are subsc

[symfony-users] symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-09-30 Thread Andrea C.
Hi, today i tried to learn symfony with doctrine. I follwed. step by step, this guide http://www.symfony-project.org/cookbook/1_1/en/doctrine. But when I run -> symfony doctrine-build-all-reload frontend I get a red box with this message Invalid schema element named "record_listeners" at path "a

[symfony-users] Job in Madrid

2008-06-02 Thread Leo Barrientos C.
Hello, this is a php job post. Hola, OpenSistemas Madrid (www.opensistemas.com) necesita desarrolladores php con conocimiento de Symfony u otro framework php y que conozca algún cms ya sea Typo3 o Joomla. Se valora conocimiento de diseño software, experiencia en proyectos y uso de frameworks.

[symfony-users] Re: Use of construct in Classes

2008-05-09 Thread Leo Barrientos C.
: > Hello, > > what you mean by "use" ? if you add a __construct method, it will be > call when doing new Model. however the model will be empty, as propel > use hydrate method to populate object value. > > Thomas > > On Fri, May 9, 2008 at 9:39 AM, Leo Barr

[symfony-users] Use of construct in Classes

2008-05-09 Thread Leo Barrientos C.
Hello, it is impossible use __construct in Generated classes? How it is posible - There is a way? --~--~-~--~~~---~--~~ 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: Project on subdomains without symbolic links

2008-03-04 Thread Leo Barrientos C
symfony freeze Tom Haskins-Vaughan wrote: > Hi, > > I have successfully set up my project on two subdomains: > > www.domain.com > admin.domain.com (for backend) > > Mosso.com won't let me use symbolic links so I had to copy everything > in the web folder to both subdomains. That was fine but now

[symfony-users] Managers and DAO

2008-02-18 Thread Leo Barrientos C
Hello, i'm backing from appfuse(J2ee Spring + Hibernate) into Symfony. I miss the Manager and the Dao classes on the crud generation. For me to call $entities sfDoctrine::getTable('Entity')->findAll(); is not the best way, the correct way should be: $entities = $this->entityManager->findAll(); b

[symfony-users] Performance

2008-01-23 Thread Leo Barrientos C.
FYI http://wiki.rubyonrails.org/rails/pages/Framework+Performance Is true? -- Leo Barrientos C. Responsable de operaciones - OpenSistemas Madrid. www.opensistemas.com Madrid: 902 10 73 96 Móvil: 662319448 España. --~--~-~--~~~---~--~~ You received this

[symfony-users] sfSimpleCMSPlugin problems

2007-11-10 Thread Marco C.
Hi all, i have some probels setting up sfSimpleCMSPlugin. First of all, i would like to localize my application. so i've modified myapp/config/app.yml: all: sfSimpleCMS: use_l10n: true localizations: [en, fr, it] default_culture: