Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Template Library on Mobile
#2

[eluser]huy[/eluser]
[quote author="demogar" date="1318261543"]Anyways, just for the archive:

I extended the library, modified the _load_view method for adding /mobile/ in front of the $view file for mobile devices and added some minor enhancements/features (base title, simple SEO checking, etc).

For mobile feature, I just made something like this:

Code:
if ($this->_is_mobile)
{
$view = "mobile/" . $view;
}

So it will look for the view file in views/mobile/* folder, directly.

It works for me, any other idea is still appreciated.[/quote]

i Try.

How to check Mobile Version in Localhost??

(sr my bad EL)


Messages In This Thread
CodeIgniter Template Library on Mobile - by El Forum - 10-09-2011, 02:52 PM
CodeIgniter Template Library on Mobile - by El Forum - 02-21-2012, 09:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB