Пример #1
0
 public function indexmailAction()
 {
     SxCms_Acl::requireAcl('members', 'members.index');
     $proxy = new SxModule_Members_Email_Proxy();
     $items = $proxy->getAll($_SESSION['System']['lng']);
     $this->view->paginator = $items;
 }