Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
  2. Sep 26, 2014
  3. Sep 23, 2014
    • Andreas Gohr's avatar
      added filter method to INPUT class · 37abef5f
      Andreas Gohr authored
      the filter() function can be chained between the accessor and the value
      function to get a filtered value. When no filter allable is given in the
      filter() function, stripctl() is used to strip all control chars (ASCII<32)
      
      Examples:
      
        $INPUT->post->filter()->str('foobar');
        $INPUT->get->filter('myfilter')->int('baz');
      37abef5f
  4. Apr 30, 2014
  5. Mar 06, 2014
  6. Aug 23, 2013
  7. Aug 09, 2012
  8. Jun 28, 2012
  9. Jun 24, 2012
Loading