Skip to content
Расширение для Yii MobileDetect
PHP
Find file
Failed to load latest commit information.
MobileDetect Updated to 2.8.4
.gitattributes Первый коммит
.gitignore Первый коммит
README.md Update README.md

README.md

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();
  ...

Links

Class site
Class (GitHub)
Example

Something went wrong with that request. Please try again.