> >         I'm building a class for use with our PHP applications.
> Packages
> > like what you've linked me to are nice, but we need a little flexibility
> > here, so we're writing a few methods of our own.
> >
> 
> Flexibility?? Those classes are very flexible and have many useful
> utility methods. In addition, they all support multiple DB backends (I
> would call that flexibility). In addition, since they're all OO, you
> can extend them (or their drivers) to create a class specific to your
> needs. I fail to see how any of these classes is inflexible.

        Sorry, in flexibility I mean I don't have to rely on installing any
of these libraries.  Something I have no option to do without going thru a
lot of red tape.  Its just not worth the hassle, and this method works ok
for what we need.  Its not a complex set of anything.  Its just a couple
simple methods.

-Dan Joseph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to