Hi,

"Dynamic variables", those which aren't declared as action's object
properties in the class statement, are put in a variable holder by using
magic methods. View get those vars by giving to it the varHolder (which
contains dynamic vars).

Properties defined as object property in the class statement (class
myClass{public $myVar //<- this is a statement defining an object
property}//<- this is a statement defining a class), those aren't available
in the view as variables.

Cheers,


Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


2010/1/23 Volkov "BabyWolf" Semjon <[email protected]>

> 23.01.2010 6:07, Volkov "BabyWolf" Semjon пишет:
>
>  I read the definitive guide to symfony.
>> and write this code
>> (apps\frontend\modules\tree\actions\actions.class.php):
>>
>
> I used symfony 1.4.1
>
>
> --
> Не пью; не курю; женщинами интересуюсь, но редко.
>
> --
> 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]<symfony-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>

-- 
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.

Reply via email to