PEAR functionality in MySQL
What is PEAR and how does it work with MySQL?
When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.
Margie Semilof, Editorial Director
PEAR is the PHP Extension and Application Repository. It is a library of PHP code packages, including a database class which can be used as an abstracted interface to MySQL (and other database management systems). PEAR packages are easy to install, and align to a coding standard which makes the open-source model a little easier on new developers. See http://pear.php.net for more details.
Dig Deeper
-
People who read this also read...
This was first published in May 2007