Hi, I have a brief look at the examples, and some source, and (not trying to offend) it didn't look like something I would want to use. A few points that stick out for me where:
- The HTML filter class is just a wrapper for preg_* functions. - The form class, two things stuck out, the addElement class takes 9 parameters, and is just a big switch statement. - And the sanitize uses custom regex, which Im not even sure would pass the standard smoke test http://htmlpurifier.org/live/smoketests/xssAttacks.php - No PSR0 autoloading. - And in general it looks like that components are overly simple, and would only fit a very small use case. David Neilsen | 07 834 3366 | PANmedia ® On Fri, Apr 13, 2012 at 9:59 AM, chtombleson <[email protected]> wrote: > Hi all, > > I have recently released the first stable stable version of my PHP 5 > component library Cribz Lib. > > Website: http://cribzlib.cribznetwork.com/ > Github: https://github.com/chtombleson/cribzlib/ > Wiki: https://github.com/chtombleson/cribzlib/wiki/ > > Any thoughts, suggestions or if I missed a component just let me know. > > Cheers > Christopher Tombleson > > -- > NZ PHP Users Group: http://groups.google.com/group/nzphpug > To post, send email to [email protected] > To unsubscribe, send email to > [email protected] > -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
