The list
Digging around in my mounds of code I have a couple of things I want to consolidate into the callicore library -
A testing system (I really should be testing this stuff) will have to come first.
A db abstraction layer (Something with the functionality of mdb2 without the huge quantites of code… and fewer configuration options) - also an activerecord implementation that lies somewhere between pear’s db_objects and ruby on rails enourmous AR junk.
A pluggable caching system, some generalized network classes, a savant style templating system relying on php streams and filters for coolness and using configurable widgets for items like forms, and implementations of the string, filter, exception and base classes I have lying around - but the first two come, well, first
