Exemplo n.º 1
0
 public function indexAction()
 {
     // action body
     $this->_helper->layout()->setLayout('rdinehomelayout');
     $clientService = new Application_Service_Client();
     $userCount = 100000 + $clientService->getNumberOfUsers();
     $this->view->userCount = $userCount;
 }