[symfony-users] Re: www.e4s.co.uk built on symfony

2007-07-20 Thread Amit Rana
We regularly get over 500,000 hits per day. 80-90% of our visitors are new users. Currently our traffic is almost half of that. We are using Mysql (with propel), 5 queries per second. On 7/20/07, Eric Greene <[EMAIL PROTECTED]> wrote: > hey, nice site! What type database did you use? > > When y

[symfony-users] Propel Performance

2007-07-20 Thread Myke Hines
There's been alot of talk reciently about the performance of propel within Symfony. To many users, tight Propel integration within the framework is one of the best features, so you can imagine some people's reaction when you tell them to rip it out and not use it. As I'm trying to figure out way

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

2007-07-20 Thread Thierry
Whow, didn't know there was much of anything going on in the Dutch php community. Very interesting, might drop by :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send

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

2007-07-20 Thread Nicolas CHARLOT
Is there a way to load all modules/lib classes (not just the lib located in current module) ? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to s

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

2007-07-20 Thread Nieuwhier
To bad Stefan, I am in luxembourg that weekend :-( On Jul 18, 2:42 pm, Stefan Koopmanschap <[EMAIL PROTECTED]> wrote: > - Date: September 6th (Business day), September 7th and September 8th --~--~-~--~~~---~--~~ You received this message because you are subscribe

[symfony-users] Share cache between 2 applications

2007-07-20 Thread Greg Freeman
I have a backend and a frontend application. The backend writes the cache and the frontend uses it. (The cache is sfArrayCachePlugin). However symfony stores a separate cache for each application. Could I write the array caches to a common directory like %sf_base_cache_dir%/../common? --~--~---

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

2007-07-20 Thread RobRoyAus
Nice one Stefan! I realise it's early days yet and there are still a lot of gaps to fill in, but it looks like a great event. Great price too! I, for one, am looking forward to it. Rob Roy --~--~-~--~~~---~--~~ You received this message because you are subscrib

[symfony-users] mockups

2007-07-20 Thread Matthias Nothhaft
Hi list, I'm looking for a mockup library or something like that. I need it for planning with customers. To avoid different imagination of features I wonder if anyone knows a very fast and simple to use approach? Regards, Matthias --~--~-~--~~~---~--~~ You

[symfony-users] Re: Interface Translation - task 'i18n-extract' don't create files into i18n folder

2007-07-20 Thread Roel Vanhout
My experience is that the i18n-extract task doesn't generate new translation files, it only updates existing ones. So you have to make an empty one (copy and paste from the Symfony book) for every language you want to translate into and then run the task again. It's on my i18n-extract wish list r

[symfony-users] Re: www.e4s.co.uk built on symfony

2007-07-20 Thread Eric Greene
hey, nice site! What type database did you use? When you say "very high traffic", how high are you talking about? On 7/20/07, amit <[EMAIL PROTECTED]> wrote: > > > Hi, > >I am happy to announce release of http://www.e4s.co.uk , another > symfony success story. This is a very high traffic

[symfony-users] Re: www.e4s.co.uk built on symfony

2007-07-20 Thread Birchandra Sanasam
Mr. Amit, It is so nice but I think you have to desiable your default module. Example: http://www.e4s.co.uk/default/index OK anyway, Congralation for your success! On 7/20/07, amit <[EMAIL PROTECTED]> wrote: > > Hi, > >I am happy to announce release of http://www.e4s.co.uk , another > sy

[symfony-users] www.e4s.co.uk built on symfony

2007-07-20 Thread amit
Hi, I am happy to announce release of http://www.e4s.co.uk , another symfony success story. This is a very high traffic site getting thousands of unique users every day. From: http://www.e4s.co.uk/docs/aboutus.htm www.e4s.co.uk is essentially an online job board that e

[symfony-users] Re : [symfony-users] Re: Global config

2007-07-20 Thread Loïc Vernet
or simply /config/app.yml - Message d'origine De : Nicolas Perriault <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Vendredi, 20 Juillet 2007, 10h07mn 15s Objet : [symfony-users] Re: Global config Greg Freeman wrote: > It is possible to have a global app.yml that ap

[symfony-users] Re: i18n and sfPropelVersionableBehaviorPlugin

2007-07-20 Thread Tristan Rivoallan
On 7/20/07, Piers Warmers <[EMAIL PROTECTED]> wrote: > not anytime soon :S > > Heheh well, I guess I'll see what I can come up with and shoot over any > interesting pieces if you like. i'll be happy to work on patches you may provide. but i really don't have the time / need to implement this

[symfony-users] Naming of form fields between init-admin and generate-crud?

2007-07-20 Thread Stefan Koopmanschap
Hi, While working on a job, I noticed that there is a huge difference in the naming of the form fields generated by generate-crud and init- admin. Where generate-crud gives each field name it's own name, the init-admin generates a form with an array with keys for each field. Since we're currentl

[symfony-users] Re: i18n and sfPropelVersionableBehaviorPlugin

2007-07-20 Thread Piers Warmers
> not anytime soon :S Heheh well, I guess I'll see what I can come up with and shoot over any interesting pieces if you like. By the looks of it, it might be a pain. But eh! Thanks anyway. On 20/07/2007, at 6:18 PM, Tristan Rivoallan wrote: > > hi, > > On 7/20/07, Piers Warmers <[EMA

[symfony-users] Re: i18n and sfPropelVersionableBehaviorPlugin

2007-07-20 Thread Tristan Rivoallan
hi, On 7/20/07, Piers Warmers <[EMAIL PROTECTED]> wrote: > I love the sfPropelVersionableBehaviorPlugin - what a great bit of > work - but I'm in desperate need for a i18n compatible solution. > > So what I'm wondering is a) how far off is the 0.3 release not anytime soon :S > b) are there

[symfony-users] Re: Global config

2007-07-20 Thread Nicolas Perriault
Greg Freeman wrote: > It is possible to have a global app.yml that applies to all > applications? Have you tried this one ? http://trac.symfony-project.com/trac/wiki/HowToHandleCrossAppsConfigurationFiles HTH -- Nicolas Perriaulthttp://www.clever-age.com Clever Age - conseil en architectu

[symfony-users] Global config

2007-07-20 Thread Greg Freeman
It is possible to have a global app.yml that applies to all applications? --~--~-~--~~~---~--~~ 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

[symfony-users] i18n and sfPropelVersionableBehaviorPlugin

2007-07-20 Thread Piers Warmers
Hi all, I love the sfPropelVersionableBehaviorPlugin - what a great bit of work - but I'm in desperate need for a i18n compatible solution. So what I'm wondering is a) how far off is the 0.3 release, and b) are there any other options for me. I'm under the gun a bit here, and a nice of