if ($user instanceOf sfGuardSecurityUser)
...
--
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 symf
forward404 in dev gives you error page (this action was forwarded to 404),
and not forwarding to error_404_action.
--
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
G
ndings
could help.
I am using it for a couple of weeks now and I am quite happy with it.
Greetings,
Roman
--
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 &quo
Hi.
Symfony 1.4
How to do that with the successful validation of one of embedded forms
main form pass validation?
--
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
Gro
Try in your form class embedd I18n forms:
...
$this->embedI18n(array('ru', 'uk'));
...
And check that "i18n: true" is set in settings.yml of your backend
application
On 17 фев, 19:43, Paolo Niccolò Giubelli
wrote:
> Hi!
>
> I have the following schema:
>
> Category:
>
> actAs:
>
> Timesta
> user_id: string(255)
should be user_id: integer
> relations:
> sfGuardUser:
> foreignType: one
try:
relations:
sfGuardUser:
foreignType: one
local: user_id
foreign: id
--
If you want to report a vulnerability issue on symfony, please send it to
sec