Cute PHP library is a small collection of classes for PHP. The purpose of the classes is to simplify functions for daily work with PHP (e.g. conversions, formatting, DB session, and so on).
| Licenses | LGPL |
|---|---|
| Implementation | PHP |
Recent releases


Release Notes: Small bugfixes were made. Some methods have been added.


Release Notes: Formula processing has been integrated. A mod_rewrite name converter function has been added. dbsession reloading has been fixed. A table_header function has been added.


Release Notes: Documentation updates (phpDocumentor compatible), PHP5 compatibility, and many small add-ons and fixes.


Release Notes: This release features a security fix in regular expressions, a rewrite of checkPassword, and some small cleanups.


Release Notes: A dbsession bug has been fixed. There are function cleanups and improvements.
Recent comments
11 Nov 2005 10:41
Re: Took one look at the code and hated it.
I liked it; great piece of software; not everyone needs OO code.
28 Jan 2002 04:09
Took one look at the code and hated it.
Complete disregard to common coding practices, like meaningful variable names (could you tell me what $p1 and $p2 do just by looking at the name), complete disregard for common PHP practices (uses print + exit instead of die, has weird comment convention), and complete disregard for common OO programming conventions (has public scope functions, but also a 'utility class') also - DB abstraction ? he uses only mysql calls - I don't call DB abstraction to the notion of hiding the usage of MySQL behind assuming names such as dbFetch. dbError and dbErr (that's not a type - yes, you have both dbError and dbErr).
All in all - if you like to keep your PHP coding simple, readable and efficient - avoid this project.