You could just copy and paste from the PEAR website, And replicate the directory structure manually. g

1. Create the dire /use/local/share/pear/HTML
2. Copy (or create) the file Quickform (and all it's associated stuff)
   into that directory. IIRC, Quickform has quite a lot of files, so you
   may be better off with a single file while you get it up and running.
   Something like Console_Table. So, you would create this dir:
   /usr/local/share/pear/Console and in that place the file Table.php
   Then in your app you can do this:

   require_once('Console/Table.php');

--
Richard Heyes
Employ me:
http://www.phpguru.org/cv

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

Reply via email to