Posted by "Robert" on 05/23/05 19:00
>"Jay Blanchard" <jay.blanchard@niicommunications.com> wrote in message
> >news:C8F323573C030A448F3E5A2B6FE2070B08EB9300@nemesis...
>[snip]
>// Define and require the Smarty library
>define('SMARTY_DIR', 'Smarty/');
>require(SMARTY_DIR . 'Smarty.class.php');
>
>// Define the pager stuff
>define('PAGER_DIR', 'Pager/');
>require(PAGER_DIR . 'Pager.php');
>require(PAGER_DIR . 'Pager_Wrapper.php');
>
>// Define the DB package
>define('PEAR_DB', 'DB/');
>require(PEAR_DB . 'DB.php');
>
>The Smarty stuff works no problem. The DB and Pager stuff do not. Since
>I am
>new to PHP I may be just misunderstanding how to do it.
>[/snip]
>
>What is the whole exact path to the DB and Pager stuff?
[root] C:\Documents and Settings\me\My Documents\websites\DEV\smarty #
this is where my config.inc.php file is
[DB] C:\Documents and Settings\me\My Documents\websites\DEV\smarty\DB
[Pager] C:\Documents and Settings\me\My Documents\websites\DEV\smarty\Pager
Is that what you wanted?
Robert
Navigation:
[Reply to this message]
|