WanWizard wrote on Tuesday 6th of December 2011:No, there is not. FuelPHP is a lot more flexible than that. In your config/config.php, in the 'security' section, there is an entry called 'uri_filter'. By default, it only contains htmlentities, but you can add anything that is callable, such as object or static class methods, or other PHP functions. You could add strip_tags to simply strip them, of write a custom class method that mimics CI's behaviour (i.e. use a regex, and throw an error if it doesn't match).
It looks like you're new here. If you want to get involved, click one of these buttons!