Welcome Guest, Not a member yet? Register   Sign In
$_GET values
#5

[eluser]Developer13[/eluser]
Why not just use CodeIgniter's native conventions and do it like this:

/controller/view/TB_iframe/true/height/400/width/800/pfid/1

$uri = $this->uri->uri_to_assoc(3);

Then your controller will have access to the following variables:

$uri['tb_iframe']
$uri['height']
$uri['width']
$uri['pfid']

There are reasons why $_GET variables are by default disabled in CI.


Messages In This Thread
$_GET values - by El Forum - 01-08-2008, 02:33 AM
$_GET values - by El Forum - 01-08-2008, 04:50 AM
$_GET values - by El Forum - 01-08-2008, 06:09 AM
$_GET values - by El Forum - 01-08-2008, 06:47 AM
$_GET values - by El Forum - 01-08-2008, 10:36 AM
$_GET values - by El Forum - 01-08-2008, 10:47 AM
$_GET values - by El Forum - 01-08-2008, 02:30 PM
$_GET values - by El Forum - 08-20-2010, 02:03 PM
$_GET values - by El Forum - 08-20-2010, 02:05 PM
$_GET values - by El Forum - 08-30-2010, 04:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB