Hi,
first i am sory for my bad english....
i have a question about output escaping, i am use escaping like this,
escaping_strategy: both
escaping_method: ESC_ENTITIES
and i am try like this in templates (i am not send any data with get or post )
<?php echo $sf_params->get('variable_name',
$sf_user->getAttribute('current_variable_name')); ?> and does't work.
if i try like this <?php echo
$sf_user->getAttribute('current_variable_name') ?> it's work,
it's mean "current_variable_name" contain data...
if i send some data using post (i am not try with get method) i get a
notice like this
Warning: call_user_func([EMAIL PROTECTED]): First argument is expected
to be a valid callback in
/usr/share/php5/PEAR/symfony/view/escaper/sfOutputEscaper.class.php on
line 91
note: [EMAIL PROTECTED] value incoming from user attributes
--
Good works and thanks...
Timu EREN ( a.k.a selam )
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---