Re: [symfony-users] What do you use symphony for?

2010-01-31 Thread Eno
On Tue, 26 Jan 2010, raviu wrote: Could you tell us what you use symphony for BTW, that should be symfony not symphony :-) -- -- 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] doctrine searchable - full text search - non ascii characters

2010-01-31 Thread dziobacz
I have text in polish language: ala ma kota śźćżąęłó. Doctrine searchable converts it to keywords in table: - ala - ma - kota - szczaelo So śźćżąęłó was saved in table as keyword szczaelo so when somebody writes in search śźćżąęłó he gets nothing - what can I do ? -- You received this message

[symfony-users] Programmer need

2010-01-31 Thread john
Programmer needed on a contract basis. The more experienced in Symfony, the better. Please email me at tan...@gmail.com for details about the project and payment. Thank you very much for your time, John -- You received this message because you are subscribed to the Google Groups symfony

[symfony-users] Doctrine data-load out of memory (Ticket #7733)

2010-01-31 Thread Brandon Turner
Hello all, I've been using data fixtures more and more in my Symfony 1.4.1 project and have run up against an out-of-memory error when loading data via the doctrine:data-load task. My PHP CLI memory_limit is currently set at 32MB. I've got about 112KB of YAML fixture markup spread across 5

Re: [symfony-users] What do you use symphony for?

2010-01-31 Thread Ravi Undupitiya
Thanks for the replies and helping me out with my report. Yes, symFony. I keep doing that. Best, Ravi On Sun, Jan 31, 2010 at 8:26 AM, Eno symb...@gmail.com wrote: On Tue, 26 Jan 2010, raviu wrote: Could you tell us what you use symphony for BTW, that should be symfony not symphony :-)

[symfony-users] sfDoctrineGuard and more than one Profile

2010-01-31 Thread ReynierPM
Hi every: I'm building a application based on Symfony and sfDoctrineGuard. The ER design of the DB have a lot of tables asociated to sf_guard_users table so exists more than one table storing profiles fields. Wich are the better ways to deal with this? -- Cheers and thx in advance ReynierPM

Re: [symfony-users] What do you use symphony for?

2010-01-31 Thread Alexandru-Emil Lupu
Would you publish your report ? Mabye some others might need some parts of the report convince their management to switch to symfony. Also some others might be able to know what is symfony used for. :) Alecs On Sun, Jan 31, 2010 at 9:15 PM, Ravi Undupitiya ravi.undupit...@gmail.comwrote:

Re: [symfony-users] What do you use symphony for?

2010-01-31 Thread David Wang
I use symfony for my user generated reminder system JennieBot. check it out at http://www.jenniebot.com. [ i know, selfless promo... you asked for it :) ] ..oO David Wang Oo.. ..oO blog - http://www.udfi.biz ..oO JennieBot! - http://www.jenniebot.com On Jan 31, 2010, at 3:32 PM,

Re: [symfony-users] What do you use symphony for?

2010-01-31 Thread Alexandru-Emil Lupu
i use symfony for: personal website, a email / sms marketing platform. On Sun, Jan 31, 2010 at 10:44 PM, David Wang dw...@udfi.biz wrote: I use symfony for my user generated reminder system JennieBot. check it out at http://www.jenniebot.com. [ i know, selfless promo... you asked for it

[symfony-users] Re: sfForm standalone - Upload file with prefix

2010-01-31 Thread DoRiaN
Up please. On 26 jan, 15:47, DoRiaN doria...@gmail.com wrote: Hello (sorry for my english i'm french), I usesfFormstandalone touploadfile. When i don't useprefixwith $this-widgetSchema-setNameFormat(self::PREFIX. '[%s]'); I can bind my data with my form $oFormFile-bind(array(),

[symfony-users] Re: sfDoctrineGuard and more than one Profile

2010-01-31 Thread The Net Imp
I am not sure if it still exists, but sfGuard use to have a profile setting in app.yml. I am setting up sfDoctrineGuard now and noticed that it's missing from the documentation, so I am not sure what the deal is. Look for in the 1.0 documentation, you could see if it still works in

Re: [symfony-users] Re: sfDoctrineGuard and more than one Profile

2010-01-31 Thread James Andrews
Ignore me, I don't know what I am talking about. Damn this is confusing me On Sun, Jan 31, 2010 at 10:19 PM, The Net Imp thenet...@gmail.com wrote: I am not sure if it still exists, but sfGuard use to have a profile setting in app.yml. I am setting up sfDoctrineGuard now and noticed that