Example #1
0
 public function viewAction()
 {
     $_entry = new Common_Data();
     $id = '49fb2164-969a-08f4-d5f3-3ffa96a4d91a';
     $entry = $_entry->getEntry($id);
     print_r($entry);
     //        $this->loadLayout('layout/simple');
     //        $this->render('entry/view', null, true);
     $this->render('layout/simple', null, true);
 }