From 2c75b3d18e2e01571248b2d2baed7e110b6d84fa Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 5 Oct 2006 05:41:40 +0000 Subject: --- user_guide/helpers/user_agent_helper.html | 100 ++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 user_guide/helpers/user_agent_helper.html (limited to 'user_guide/helpers') diff --git a/user_guide/helpers/user_agent_helper.html b/user_guide/helpers/user_agent_helper.html new file mode 100644 index 000000000..171f9ae24 --- /dev/null +++ b/user_guide/helpers/user_agent_helper.html @@ -0,0 +1,100 @@ + + + + +Code Igniter User Guide + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

Code Igniter User Guide Version 1.5.0

+
+ + + + + + + + + +
+ + +
+ + + +
+ + +

User Agent Helper

+ +

The User Agent Helper file helps you work with browser generated data..

+ + +

Loading this Helper

+ +

This helper is loaded using the following code:

+$this->load->helper('user_agent'); + +

The following functions are available:

+ +

get_OS()

+ +

Returns the operating system used by the person currently browing your site.

+ + +echo get_OS(); + + +
+ + + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b