Developing software requires an eye for redundancy. Seek out the inefficiencies and stomp em to the ground. If you have to repeatedly quote a string or do something that requires a number of steps, you might try and reduce the problem down to a library function. These projects are some of my prized utility functions. With a few miscellaneous libraries thrown in.
Releasing to the public just seems right when you think about the enormous amount of sample code I've used throughout the years. Not to mention, you might just help me find some bugs.
Of course there aren't any bugs in my software... :)
Current Version: 1.05
A class to maintain access to your incoming and outgoing POST/GET/COOKIE variables. Use this class to access your variables while writing PHP web apps and never worry about turning globals on. Plus the varmanager helps you write your PHP apps in a more modular fashion allowing a more event driven approach to hyperlinking.
Before doing anything, I recommend reading the overview to get an idea of what VarManager is all about. [View]
PEAR Package(Code+Example): [VarManager-1.05.tgz]
To install the PEAR package use the following command:
pear install http://dave.thehorners.com/personal/code/varmanager/VarManager-1.05.tgz
Code+Example+Docs: [varmanager-1.05.tar.gz] [varmanager-1.05.zip]
Online Class Docs: [phpdocs]
SVN Access: https://dave.thehorners.com/svn/varmanager/
News: 08-25-05 Release 1.05 Add support for pear and example.
News: 08-24-05 Release 1.04 to public.