Welcome Guest, Not a member yet? Register   Sign In
How to debug CI source code with NetBeans. ? thanks!
#4

[eluser]Nano HE[/eluser]
Hey,

Guys thank you!

feedback my test result.

Test result : pass!

the following snippets from config.php

Code:
// $config['uri_protocol']    = "AUTO";
$config['uri_protocol']    = "PATH_INFO";        // Work very well for NetBeans Debug Test
// $config['uri_protocol']    = "QUERY_STRING";    // Can't Work for NetBeans Debug Test
// $config['uri_protocol']    = "REQUEST_URI";    // Can't Work for NetBeans Debug Test

Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';    // Work very well for NetBeans Debug Test
// $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-?';  // that means the character of ? is optional

Thanks a lot!


Messages In This Thread
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-19-2009, 03:45 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-20-2009, 12:27 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-20-2009, 05:35 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 07-21-2009, 05:31 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 02-11-2010, 12:20 AM
How to debug CI source code with NetBeans. ? thanks! - by El Forum - 02-28-2010, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB