function action_index()
 {
     $page = new ContentPage();
     $page->setTitle('My Application');
     $page->setText('Introducing one more application at the top Phoebius Framework');
     return $this->view('content', array('page' => $page));
 }