My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 08, 2008 by wayne.graham
Labels: DB, Setup, PEAR, PHP
DbSetup  
Setup the PEAR DB library.

Introduction

Adding the PEAR DB library to your PHP include directory is relatively easy with PEAR. If you're not using the smarty_helper.sh script, you can manually add this with the following:

$> pear upgrade pear
$> pear install --onlyreqdeps DB
$> pear install --onlyreqdeps XML_RSS

Ok, if you're paying attention, I also added the XML_RSS pear library in there, but you need it too :)

Resources


Sign in to add a comment
Hosted by Google Code