hrevert/ht-mobile-template-module
Composer 安装命令:
composer require hrevert/ht-mobile-template-module
包简介
A Zend Framework 2 module to based on Mobile-Detect library to easily use different templates for mobiles, tablets etc.
关键字:
README 文档
README
A Zend Framework 2 module based on Mobile-Detect library to easily use different templates for mobiles, tablets etc.
Requirements
Installation
- Add
"hrevert/ht-mobile-template-module": "0.0.*",to your composer.json and runphp composer.phar update - Enable the module in
config/application.config.php
Basic Usage
<?php return [ 'ht_mobile_template' => [ 'path_stack' => [ 'mobile' => [ __DIR__ . '../view/mobile/', __DIR__ . '../../AnotherModule/view/mobile/', ], 'tablet' => [ __DIR__ . '../view/tablet/', __DIR__ . '../../AnotherModule/view/tablet/', ] ], 'map' => [ 'mobile' => [ 'application/index/index' => __DIR__ . '../view/mobile/application/index/index.phtml', ], 'tablet' => [ 'application/index/index' => __DIR__ . '../view/tablet/application/index/index.phtml', ], ] ] ];
统计信息
- 总下载量: 111
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-26