array( 'factories' => array( 'Zend\Db\Adapter\Adapter' => 'Zend\Db\Adapter\AdapterServiceFactory', ), ), //session storage namespace 'session_namespace' => 'register', //upload 'upload' => array( 'urlbase' => '/uploads/' ), //有声音修改权限的用户组 'permission' => array( 'voiceEdit' => 'master,editor' ), //comment 'comment' => array( 'filter' => '草泥马,艹,操你妈,我操,卧槽,日你,我日,他妈的,她妈的,贱比,贱人,贱逼,你妈逼,傻逼,你麻痹', 'pagelimit' => 10, 'pagerange' => 5 ), //网站标题 'site_title' => '青海省生态综合数据网', 'title' => array( 'register' => '用户注册', ), //page title navigation 'title_map' => array( 'Application\Controller\Index' => array( 'title' => '首页', ), 'Application\Controller\Record' => array( 'title' => '记录', 'action' => array( 'add' => array( 'title' => '添加记录' ), ) ), ) );