MobileDetect

Расширение для Yii MobileDetect

  • 所有者: iamsalnikov/MobileDetect
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

MobileDetect Yii Extension

This Extension based on Mobile_Detect class writed by Serban Ghita and Victor Stanciu

Install

In app config:

'components'=>array(
    ...

    'mobileDetect' => array(
        'class' => 'ext.MobileDetect.MobileDetect'
    ),
    
    ...
);

Usage

  $detect = Yii::app()->mobileDetect;
  // call methods
  $detect->isMobile();
  $detect->isTablet();
  $detect->isIphone();
  ...

Class site
Class (GitHub)
Example

主要指標

概覽
名稱與所有者iamsalnikov/MobileDetect
主編程語言PHP
編程語言PHP (語言數: 1)
平台
許可證
所有者活动
創建於2013-01-15 17:41:30
推送於2016-09-20 08:02:29
最后一次提交2014-10-06 13:46:09
發布數1
最新版本名稱2.8.4 (發布於 )
第一版名稱2.8.4 (發布於 )
用户参与
星數35
關注者數3
派生數19
提交數17
已啟用問題?
問題數1
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?