public function indexAction()
 {
     $table = new ZfBlank_DbTable_PageContent();
     $this->view->page = $table->find('index')->getRow(0);
 }