View Single Post
  #2 (permalink)  
Old 04-02-2008, 11:09 AM
Filip Filip is offline
Junior Member
 
Join Date: Apr 2008
Posts: 28
Default

Never mind... stupid mistake..

in my indexcontroller it had to be
Code:
$this->view->'var' = value
instead of
Code:
$this->var' = value
Reply With Quote