Example #1
0
 public function editAction()
 {
     $newsDb = new Wsm_Db_News();
     $this->addToView('news', $newsDb->get($this->get('id')));
 }