Exemplo n.º 1
0
 public function Photoessay($userstory_id, $lang_id)
 {
     $db = new Model_DbTable_UserStoryPhotoessay();
     $img = $db->getByUserstory($userstory_id, $lang_id);
     return $img;
 }
 public function testAction()
 {
     $this->_helper->layout->disableLayout();
     $this->_helper->viewRenderer->setNoRender(true);
     $db = new Model_DbTable_UserStoryPhotoessay();
     $img = $db->getByUserstory(1, $this->_languageId);
     print_r($img);
 }