French;
"OK, en Français:
- Nous avons besoin de développeurs symfony."
;-)
Tugdual
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To
why not use postInsert() ?
Tugdual
2010/6/5 PachinSV
>
> I would like to know if there's a way to know if a record inserted is
> new in the postSave function within a model?
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
>
try in the associated validator, it should be there.
---
Tugdual
2010/5/26 Nei Rauni Santos
> This is my code:
>
> $widgets['review_audiences_list'] = new
> sfWidgetFormDoctrineChoice(array('multiple' => true,
> 'expanded' => true, 'model' => 'ReviewAudience', 'order_by' =>
> array('weight',
You define a field "type" here:
$this->validatorSchema['type'] = new sfValidatorChoice(array(
'choices' => array_keys(Doctrine_Core::
getTable('member')-
>getStates()),
));
I guess it should be 'state' ...
---
*Tugdual Sa
Works for me too.
Regards,
Tugdual
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
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@go
Hi,
In settings.yml:
login_module: sfGuardAuth
login_module without S ;-)
Tugdual SAUNIER
2010/2/7 SamuelM
> Hi
> I followed all the instructions on the sfDoctrineGuard page step by
> step on a fresh install of Symfony 1.4 with the only plugin being
> sfDoctrin
Bonsoir,
Avez vous pensé à :
./symfony project:disable frontend prod
?
Tugdual SAUNIER
Le 20 janvier 2010 11:11, Eric Catinat a écrit :
> Bonjour,
>
> Je cherche un moyen de fermer un site pendant une mise en prod.
> Est-ce possible en ajoutant directement une commande dans
Order allow,deny
> allow from all
>
> Alias /sf "/usr/share/symfony/data/web/sf"
>
Replace "AllowOverride None" by "AllowOverride All" because with
"AllowO
gt;> login page and stores the requested page in the session, which was the
>>>> favicon.
>>>>
>>
>>>> Once you sign in successfully, symfony recalls the remembered page and
>>>> redirects to it.
>>>>
>>
t; > Once you sign in successfully, symfony recalls the remembered
> page and
> > redirects to it.
> >
> > An easy fix for your problem is adding a favicon.ico to your
> document
> > root. Also make sure that the login page doesn'
27;ll have to replace all
>>> uses of stylesheet_path() in the framework.
>>>
>> Actually I think if you override one of the standard set of helpers, you
>> have to override all of the functions of that helper set.
>>
>>
>>
>>
> &
nd icon in the object_actions of the
> doctrine admin generator? I would show an empty label with a custom
> icon, but I can't find the correct method to set the generator.yml. I
> tried label: "" or label: " " or icon: /mydir/myicon.png but no one
> with success.
ne admin generator? I would show an empty label with a custom
> icon, but I can't find the correct method to set the generator.yml. I
> tried label: "" or label: " " or icon: /mydir/myicon.png but no one
> with success.
>
> Can you help me?
>
> Thank you
,
> I give this link in browser http://127.0.0.1:8080/index.php
>
> I got error message like
> ==
> Not Found
>
> The requested URL /index.php was not found on this server.
> Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4
#x27;,
> 'sfCompat10Plugin'));
>
> $manager = Doctrine_Manager::getInstance();
> $cacheDriver = new Doctrine_Cache_Apc();
> $manager->setAttribute(Doctrine::ATTR_RESULT_CACHE, $cacheDriver);
> }
> [...]
>
> but I get the error:
> Fatal error: Clas
15 matches
Mail list logo