Please consider querystring support in 2.x |
[eluser]Phil Sturgeon[/eluser]
Actually this situation get's a little more complicated in CodeIgniter 2.0 as I found that if I had $config['enable_query_strings'] = TRUE; then the site_url() would start to build me some pretty funky URL's. Code: function site_url($uri = '') Spot the issue there? The only way we have this working "nicely" in PyroCMS without the user having to faff with uri_protocol is to use hooks which is not exactly the cleanest solution. |
Welcome Guest, Not a member yet? Register Sign In |