On 06/03/2010 06:45 PM, pghoratiu wrote:
symfony/lib/plugins/sfDoctrinePlugin/lib/form/
sfFormDoctrine.class.php
Thanks
--
Javi
Ubuntu 8.04 - Symfony 1.3
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this messa
Check your class inheritance tree, it's defined in one of your ORM's
base classes,
depending on what you use:
Propel: symfony/lib/plugins/sfPropelPlugin/lib/form/
sfFormProppel.class.php
Doctrine: symfony/lib/plugins/sfDoctrinePlugin/lib/form/
sfFormDoctrine.class.php
Search for unlink().
gab
my bad, I feel so dumb...
I looked for a long time, but did not check if I used the right
template, and I wasn't...
sorry for this.
On 5 mar, 16:51, MoUeTtE wrote:
> Hi there,
>
> I just migrated to symfony 1.3, so that could be part of the
> explanation, but I can't use the sfWidgetFormInput
Thanks, for delete now it works. But for update? How can I do?
On 29 Dic, 20:06, Alexandru-Emil Lupu wrote:
> Sorry.
> That has to be in your model class
>
> Alecs
>
> sent via htc magic
>
> On Dec 29, 2009 9:05 PM, "Alexandru-Emil Lupu" wrote:
>
> Override your delete method to:
>
> Public func
Add validation rule for checkbox field in the form declaration:
public function configure()
{
parent::configure();
...
$this->validatorSchema['with_delete'] = new sfValidatorBoolean();
}
For more information look at http://trac.symfony-project.org/ticket/5524
On 30 дек 2008,
Hi,
Same problem for me and I wonder how to correctly use "with_delete".
I take a look at Jobeet, to see how it is handled in job backend part,
but there is also the problem..
J.
On 1 nov, 00:09, adrive wrote:
> Hello. I would like to use sfWidgetFormInputFileEditable with the delete
> feature