Welcome Guest, Not a member yet? Register   Sign In
Bug or "feature" ? URI Routing issue
#2

[eluser]toopay[/eluser]
Since CodeIgniter was written in PHP, i believe ' is different with ", for example you have declared a variable,
Code:
$foo = 'bar';
then that will be different if you do
Code:
echo '$foo';
and
Code:
echo "$foo";
. And in your issues with CodeIgniter routes, that would be a problem


Messages In This Thread
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 04:57 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 05:23 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 05:33 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 05:36 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 12:02 PM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 12:08 PM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 12:38 PM
Bug or "feature" ? URI Routing issue - by El Forum - 03-22-2012, 02:08 AM
Bug or "feature" ? URI Routing issue - by El Forum - 03-22-2012, 02:32 AM
Bug or "feature" ? URI Routing issue - by El Forum - 03-22-2012, 03:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB