Exemplo n.º 1
0
 public function indexAction()
 {
     $stream = new Model_Stream();
     $data = $stream->getMain();
     $this->view->stream = $data;
 }