ZF2配置文件加载规则
首先加载application.config.php 文件读取模块相关信息, 然后在 DefaultListe […]
ZF2 URL助手解析get参数
Query route deprecated as of ZF 2.1.4; use the "qu […]
ZF2创建页面cache
在页面输出后添加实践(在Module onBootstrap中) 第一个事件是页面cache检查, 输出的事件 […]
ZF2关于文件上传解说
$form = new ZendFormForm(‘file’); $form->setAttribute(‘ […]
ZF2禁用layout
方法一: $sharedEvents = $app->getEventManager()->getShared […]
ZF2返回JSON视图配置
module.config.php: ‘view_manager’ => array( ‘display_no […]
ZF2控制器命名规则
$controller = $module . ” . str_replace(‘ ‘, ”, ucwor […]
zend framwork 2 db row对象扩展
zf2 验证码创建
$captcha = new ZendCaptchaImage(array( ‘Expiration’ => […]