Example #1
0
 public function indexAction()
 {
     $mapper = new Application_Model_Mapper_Tweet();
     $tweets = $mapper->getAllWithMembre();
     $this->view->tweets = $tweets;
 }