07-01-2007, 02:33 PM
[eluser]Unknown[/eluser]
I’m using the following instructions for using a CI model outside of CI:
http://codeigniter.com/wiki/Calling_CI_m...de_script/
I tried it in a little test script and it works fine.
However when I use with an URI containing blablabla?id=123
I get the error:
The URI you submitted has disallowed characters.
I can prevent this by allowing = and ? ( set in config file ) but, then I get the error:
404 Page Not Found
It seems that the Wiki suggested approach still causes some parsing of the URI.
Can I avoid this?
I simply just would love to have access to all libraries, helpers, models and config values without having to be under the control of a controller.
I’m using the following instructions for using a CI model outside of CI:
http://codeigniter.com/wiki/Calling_CI_m...de_script/
I tried it in a little test script and it works fine.
However when I use with an URI containing blablabla?id=123
I get the error:
The URI you submitted has disallowed characters.
I can prevent this by allowing = and ? ( set in config file ) but, then I get the error:
404 Page Not Found
It seems that the Wiki suggested approach still causes some parsing of the URI.
Can I avoid this?
I simply just would love to have access to all libraries, helpers, models and config values without having to be under the control of a controller.