Re: [symfony-users] Re: Migrating to Symfony from cakePHP

2010-01-01 Thread Parijat Kalia
Well, in my opinion if the re building time is not very huge and you have finance to budget it, it can be done. Mike has a point that it is tedious, but generally cakePHP is not as robust as Symfony. Symfony is much useful for build large scale applications. You could do well by asking your

Re: [symfony-users] internazionalizzazione

2010-01-01 Thread Ariel E . Carná
Hola Tiziano! Maybe, if the column is the PK for your table. You need to define the column with AUTOINCREMENT. Salutti! Ariel. On Wed, Dec 30, 2009 at 10:49, Tiziano Formica t.form...@brainram.netwrote: Ciao a tutti, stò cercando di internazionalizzare un sito con symfony4.1.

Re: [symfony-users] Re: approve comments clicking on checkboxes using AJAX - should I use Symfony forms ?

2010-01-01 Thread Disco Duro
try it: name='comment[]' and in the action processing it as array 2009/12/29 dziobacz aaabbbcccda...@gmail.com Unfortunately Your solution doesn't work :/ On 29 Gru, 08:16, James Cauwelier james.cauwel...@gmail.com wrote: Well, I wouldn 't use the remote function since it 's deprecated.

Re: [symfony-users] Re: Migrating to Symfony from cakePHP

2010-01-01 Thread Lee Bolding
I'd agree with that general sentiment. Ask what the benefits would be, why you should pay for this, what the risks are, etc Remember, your application currently works - the best outcome from a port would be that it still works (ie, no change). The worst would be that it doesn't (and

[symfony-users] Problem with production environment

2010-01-01 Thread Shawn
I have been workin on the jobeet tutorial for a while now and recently discovered a problem. When i load the site in the production env: jobeet.server.com the site appears. However if i click on a link it will take me to jobeet.server.com/jobs/. this takes me to a page not found. if i go in

Re: [symfony-users] Problem with production environment

2010-01-01 Thread Stéphane
Could you give us your vhost configuration of your production server (if different of dev one) ? Cheers Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Sat, Jan 2, 2010 at 4:10 AM, Shawn

Re: [symfony-users] sfDoctrineGuard and behaviors

2010-01-01 Thread Lukas Kahwe Smith
On 31.12.2009, at 14:54, Daniel Lohse wrote: Well, you are not expressing yourself properly so I can understand you. Why do you say 'suffer from this limitation'? You can extend other plugins' schema but you have to make sure to enable all the plugins by hand and not use

Re: [symfony-users] Problem with production environment

2010-01-01 Thread Eno
On Fri, 1 Jan 2010, Shawn wrote: I have been workin on the jobeet tutorial for a while now and recently discovered a problem. When i load the site in the production env: jobeet.server.com the site appears. However if i click on a link it will take me to jobeet.server.com/jobs/. this takes

[symfony-users] Re: Problem with production environment

2010-01-01 Thread Shawn
I installed the rewrite module for apache and it now works! not sure how i figured that one out... it doesnt mention this in the symfony docs anywhere... unless i missed it. Thanks Anyway! On Jan 1, 8:18 pm, Eno symb...@gmail.com wrote: On Fri, 1 Jan 2010, Shawn wrote: I have been workin on

[symfony-users] sfValidatorSchema default_messages

2010-01-01 Thread diogobaeder
Hi there, I'm trying to localize the sfValidatorSchema default messages, because I couldn't do it using the i18n tools and translation, but I can't find a way to do it, since the setDefaultMessages() method is protected. Considering I want to do the translation for all form validators, how can I