Skip to content
Snippets Groups Projects
  1. Jul 22, 2015
  2. Jul 16, 2015
  3. Jul 12, 2015
  4. Jun 30, 2015
  5. May 16, 2015
  6. May 15, 2015
  7. Apr 25, 2015
  8. Mar 18, 2015
  9. Mar 16, 2015
  10. Jan 14, 2015
  11. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  12. Dec 18, 2014
  13. Dec 17, 2014
  14. Dec 01, 2014
  15. Nov 27, 2014
  16. Oct 15, 2014
  17. Oct 14, 2014
  18. 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
  19. Jul 18, 2014
  20. Jul 12, 2014
  21. May 14, 2014
  22. May 13, 2014
  23. Apr 30, 2014
  24. Apr 16, 2014
  25. Apr 14, 2014
  26. Mar 20, 2014
Loading