[symfony-users] Re: change default sfRoute class

2010-02-17 Thread Mathieu Tricoire
Hi raphael, Yes it's for all routes, I just want define my own generator route class to add an option for generate url function to manage subdomain. For example I define my host in app.yml like that : www.domain.com And in my routing # If the current host is default host, generate relative url

[symfony-users] Re: change default sfRoute class

2010-02-17 Thread Mathieu Tricoire
, 09:21, Mathieu Tricoire mathieu.trico...@gmail.com wrote: Hi raphael, Yes it's for all routes, I just want define my own generator route class to add an option for generate url function to manage subdomain. For example I define my host in app.yml like that :www.domain.com And in my routing

[symfony-users] Re: change default sfRoute class

2010-02-17 Thread Mathieu Tricoire
Not works... On 17 fév, 15:43, Mathieu Tricoire mathieu.trico...@gmail.com wrote: I found a solution not very pretty but it works for the moment ... but if someone has a solution I take. #factories.yml   routing:     class: myPatternRouting class myPatternRouting extends sfPatternRouting

[symfony-users] change default sfRoute class

2010-02-16 Thread Mathieu Tricoire
Hi, if someone are not going to sfLive i would like know how to change the default class which generate route (replace sfRoute by my own generate route class which extends sfRoute), may be with sfCoreAutoload::make() or a configuration file ? Thxs. -- You received this message because you are

[symfony-users] Re: change default sfRoute class

2010-02-16 Thread Mathieu Tricoire
I see no solutions, sfRoute was define in sfRoutingConfigHandler, so go to define in routing.yml On 16 fév, 18:23, Mathieu Tricoire mathieu.trico...@gmail.com wrote: Hi, if someone are not going to sfLive i would like know how to change the default class which generate route (replace sfRoute

[symfony-users] Doctrine Routing Object in Template

2009-08-27 Thread Mathieu Tricoire
Hi! AnyOne can help me? I want retrieve the Doctrine Route Object in a template how i can do that without define a variable in actions? AnyOne knows a possibility to retrieve with a variable like $sf_context for example? Thanks. Sorry for my english...

[symfony-users] Re: Doctrine Routing Object in Template

2009-08-27 Thread Mathieu Tricoire
Thx but I was already see that, I'm not success to retrieve Object because that return a sfPatternRouting object and not a doctrineRouting object, so i can't do getObject on it, If you have an other solution? Thx. On 27 août, 14:57, Eno symb...@gmail.com wrote: On Thu, 27 Aug 2009, Mathieu

[symfony-users] Re: Search engine

2009-05-13 Thread Mathieu Tricoire
tastes better :) Personally I prefer to keep it simple - so I use the Doctrine Behaviour and use actAs. -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Mathieu Tricoire Sent: 12 May 2009 18:04 To: symfony users

[symfony-users] Search engine

2009-05-12 Thread Mathieu Tricoire
Hello I working on a Symfony/Doctrine project. Which is the best search engine (Advantages, Inconveniences) to search fulltext : sphinx, Lucene ??? ... with MyIsam, InnoDb ? Thanks a lot. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: Doctrine Route Object

2009-04-08 Thread Mathieu Tricoire
No reply for my problem? Mathieu T. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email

[symfony-users] Re: Doctrine Route Object

2009-04-08 Thread Mathieu Tricoire
Ok so I found an issue for my problem. I created a class which extends sfDoctrineRoute class. I written a method which take specified parameters and after search not specified parameters with the object methods. Mathieu T. --~--~-~--~~~---~--~~ You received this

[symfony-users] Doctrine Route Object

2009-04-03 Thread Mathieu Tricoire
Hi I've a problem with doctrineRoute in routing... I've an object Article which has some pages ordered by rank. I would like to take the first page when 'page' isn't specified and take the associated page when 'page' is specified. So When I specify a page, it plays the function (getRank) and it