I've been trying to figure out how to enable $_GET in CI.It appears the framework deliberately destroys the $_GET array, and that enabling it requires serious tinkering with the core classes. can anyone say why this is, and how to overcome it?mind you, i'm looking to keep URI parsing and routing the way they are, just simply have the $_GET available as well.