Browser is a simple wraper for the Browser Class, which is included.
Check the Browser Class often for new browsers or platforms.
This a very, very quick alpha release. Recomendations, comments, bugs are welcome but please use the forum.
Documentation ¶
Requirements ¶
- Yii 1.1.1 (only tested with this version).
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
In your config.php file, in the components
section, add the following:
'browser' => array(
'class' => 'application.extensions.Browser.CBrowserComponent',
),
Then, in your controller or view, use it like this:
$browser = Yii::app()->browser->getBrowser();
$platform = Yii::app()->browser->getPlatform();
Change Log ¶
April 4, 2010 ¶
- Initial release.
Browser class has been updated...
This component works great, but if you need to detect ipads make sure you update the browser detection class to the latest version at http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.