文件名称:sfMobilePlugin:提供一种检测用户是否在移动设备上的服务器端方法
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-31 20:36:53
PHP
sfMobilePlugin 提供一种检测用户是否在移动设备上的服务器端方法 用法: 启用插件 如果您在应用程序中使用基本的myUser类,请扩展sfMobileUser 。 如果要扩展sfGuardSecurityUser ,请扩展sfMobileGuardUser 。 在模板中使用它: <?php if ($sf_user->isMobile()) : ?>
Mobile user
<?php endif; ?> 在控制器中使用它: <?php if ($this->getUser()->isMobile()) $this->setLayout('mobile'); ?> 测试: 当前测试778个用户代理-基于配置中的regexp的移动和台式机 在您的项目配置中: /** * Connect tests for plugins */【文件预览】:
sfMobilePlugin-master
----LICENSE(1KB)
----README.md(910B)
----config()
--------app.yml(2KB)
----lib()
--------sfMobileGuardUser.class.php(888B)
--------sfMobileUtil.class.php(1KB)
--------sfMobileUser.class.php(856B)
----test()
--------bootstrap()
--------unit()