Sorry about this being such a newbie question, but I am trying to get my head around it. I am following the instructions on how to use the framework and it looks awesome, but I have two questions. In codeigniter I would normally get my data and pass it into the view using $this->load->view('page',$data); Then manipulate the data as required in the 'page' view. How do I pass data into my partial views in Zend?
in a similar note I have put this line of code in my main layout view: $this->layout()->content
Nerede bu set olduğunu ve bunu nasıl ayarlarım?
Yardımlarınız için çok teşekkürler
John