Welcome Guest, Not a member yet? Register   Sign In
template library sending vars to view
#4

[eluser]TheFuzzy0ne[/eluser]
For servers that run PHP 4, CodeIgniter can parse short tags for you at the expense of a little extra overhead. If you want this functionality, change:
Code:
$config['rewrite_short_tags'] = FALSE;

# To...

$config['rewrite_short_tags'] = TRUE;
at the bottom of your config.php.


Messages In This Thread
template library sending vars to view - by El Forum - 03-21-2009, 07:06 PM
template library sending vars to view - by El Forum - 03-21-2009, 09:18 PM
template library sending vars to view - by El Forum - 03-22-2009, 10:42 AM
template library sending vars to view - by El Forum - 03-22-2009, 11:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB