Posts Tagged ‘PEAR’

PHP: PEAR MDB2

PEAR-Logo

PEAR is short for PHP Extension and Application Repository. It provides a very easy method to get some common classes. PEAR MDB2 is a database class. It is a successor of PEAR DB. I took a look at version 1.4.1 which is currently the latest stable one. Install PEAR You can install PEAR on Ubuntu [...]