[symfony-users] not compressing output of specific action/module

2007-07-18 Thread Amit Rana
Hi, I am following http://www.symfony-project.com/book/trunk/18-Performance#Compressing%20the%20Response Is it possible to disable compressing on module or action level? I tried putting settings.yml in modules/mymodule/config folder but it didnt work. Am I doing something wrong? prod: .set

[symfony-users] Re: Two versions?

2007-07-18 Thread Jorge Laranjo
Solved! symfony -V symfony version 1.0.5 With was a path issue. On 2007/07/18, at 17:11, Jorge Laranjo wrote: Ok installed Symfony 1.0.5 but my system still gives me the 1.0.2 version? This is a mess, isn't it? :) install ok: channel://pear.symfony-project.com/symfony-1.0.5 $ symfony --ve

[symfony-users] Re: Problem with pear with symfony plugin-install

2007-07-18 Thread Jorge Laranjo
Here it is my PEAR configuration Configuration: == __channels download_dir/usr/local/temp/download temp_dir/usr/local/temp PEAR executables directory bin_dir /usr/local

[symfony-users] Re: Class not autoloaded in plugin

2007-07-18 Thread Alexander Deruwe
On 18 Jul 2007, at 22:15, Nicolas CHARLOT wrote: > The class MyTools is located at /apps/frontend/modules/mymodule/lib/ > MyTools.class.php. > > In an action of a plugin (/plugins/myplugin/modules/mymodule/ > actions/actions.class.php) , the class doesn't seems to be autoloaded. I noticed the s

[symfony-users] Re: Problem with pear with symfony plugin-install

2007-07-18 Thread Jorge Laranjo
Found the problem. Solved. It was on PHP 5.2.3 On 2007/07/18, at 16:41, Jorge Laranjo wrote: What's wrong with my PEAR? I've tryed to use this command pear channel-discover pear.symfony-project.com and I got this error Command 'pear.symfony-project.com' is not valid, try 'pear help' Pear ver

[symfony-users] Re: Problem with pear with symfony plugin-install

2007-07-18 Thread Jorge Laranjo
What's wrong with my PEAR? I've tryed to use this command pear channel-discover pear.symfony-project.com and I got this error Command 'pear.symfony-project.com' is not valid, try 'pear help' Pear version 1.6.1 PHP 5.2.3 MAC OS X 10.4.10 On 2007/06/04, at 23:53, Davinder Mahal wrote: Hi, You

[symfony-users] Re: Class not autoloaded in plugin

2007-07-18 Thread Colin Williams
Well I'm not entirely sure if this would solve your problem, but I believe it is bad practice to have the plugin refer to a class that is not contained in the plugin. What happens if the plugin is installed in a project that doesn't have that specific MyTools class? It'd be much better for you to

[symfony-users] Class not autoloaded in plugin

2007-07-18 Thread Nicolas CHARLOT
Hello, The class MyTools is located at /apps/frontend/modules/mymodule/lib/MyTools.class.php. In an action of a plugin (/plugins/myplugin/modules/mymodule/actions/actions.class.php) , the class doesn't seems to be autoloaded. I don't see the problem... Thanks --~--~-~--~~

[symfony-users] SymfonyCamp - here's some facts

2007-07-18 Thread Stefan Koopmanschap
Guys, It's been a while since my initial posting about our idea for the SymfonyCamp. In the meanwhile, we've been working on getting some facts set in stone about this event. Here's a short update on what we've done so far: - Date: September 6th (Business day), September 7th and September 8th (T

[symfony-users] url encoding issues with link_to() helper

2007-07-18 Thread Hadrien Boyé
why does : generates : http://myapp/mymodule/myaction/param1/val1.val2/param2/val3.val4";>test link wich contains "." and "/" character that should be encoded... how can the "link_to()" helper generate an url containing properly encoded characters ? for instance : http://myapp/mymodule/myactio

[symfony-users] Re: Online Askeet Demo and "Askeet Day 17 - API" tutorial do not work

2007-07-18 Thread Hal
Thanks for your reply, Phu Son. An example of the error can be seen at the following address, regardless of whether you are logged in or not, or whether you are viewing your own question or not. http://www.askeet.com/api/question/best-way-to-learn-symfony Many thanks Hal On Jul 18, 12:05 am, P

[symfony-users] Re: Online Askeet Demo and "Askeet Day 17 - API" tutorial do not work

2007-07-18 Thread Hal
Thanks for your reply, Phu Son. An example of the error that occurs can be seen at the following address, regardless of whether you are logged in, and whether you are trying to view the XML of your own question. http://www.askeet.com/api/question/best-way-to-learn-symfony Many thanks Hal --~-

[symfony-users] Re: Database Replication support in symfony

2007-07-18 Thread Janak Jadeja
Matthias Nothhaft wrote: Ok..I will wait to test it.. > Tristan Rivoallan wrote: > >> On 7/18/07, Janak Jadeja <[EMAIL PROTECTED]> wrote: >> >> >>> I want to use replicated database system consisting of a master/slave. How >>> we can do it using symfony.? >>> >> i don't think this i

[symfony-users] Re: Database Replication support in symfony

2007-07-18 Thread Janak Jadeja
Lukas Kahwe Smith wrote: Yes I want to SELECT's at a Slave and all writes to the master.. > Janak Jadeja wrote: > >> Hello, >> >> I want to use replicated database system consisting of a master/slave. >> How we can do it using symfony.? >> > > You might want to explain a bit more about w

[symfony-users] Re: Database Replication support in symfony

2007-07-18 Thread Matthias Nothhaft
Tristan Rivoallan wrote: > On 7/18/07, Janak Jadeja <[EMAIL PROTECTED]> wrote: > >> I want to use replicated database system consisting of a master/slave. How >> we can do it using symfony.? > > i don't think this is supported as of now but some people have similar > concerns. You can take a lo

[symfony-users] Re: Database Replication support in symfony

2007-07-18 Thread Lukas Kahwe Smith
Janak Jadeja wrote: > Hello, > > I want to use replicated database system consisting of a master/slave. > How we can do it using symfony.? You might want to explain a bit more about what you need. I am guessing what you need is the ability to direct SELECT's at a slave and all writes to the m

[symfony-users] Re: Database Replication support in symfony

2007-07-18 Thread Tristan Rivoallan
On 7/18/07, Janak Jadeja <[EMAIL PROTECTED]> wrote: > I want to use replicated database system consisting of a master/slave. How > we can do it using symfony.? i don't think this is supported as of now but some people have similar concerns. You can take a look at this thread : http://groups.goo

[symfony-users] Database Replication support in symfony

2007-07-18 Thread Janak Jadeja
Hello, I want to use replicated database system consisting of a master/slave. How we can do it using symfony.? --JJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, se