search for: get_myvar

Displaying 1 result from an estimated 1 matches for "get_myvar".

Did you mean: set_myvar
2006 Aug 15
3
instance variables in layouts
There''s probably a simple answer to this simple problem, but I am trying to figure out how to reference an instance variable within a layout. In the controller, one method corresponds to a view of the same name. Those instance variables in the method can be used in the corresponding view. However, I want my instance variable to be accessible throughout all my views, not just one,