コード例 #1
0
ファイル: AdminController.php プロジェクト: robjacoby/xlr8u
 public function indexAction()
 {
     $this->view->user = Zend_Auth::getInstance()->getIdentity();
     $this->view->sessions = Model_Session::findAll();
     $this->view->users = Model_User::findAll();
 }