[PHP] Re: Requiring stuff question

2005-05-23 Thread Robert
>"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message > >news:[EMAIL PROTECTED] >[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.ph

[PHP] Re: Requiring stuff question

2005-05-23 Thread Robert
"John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Robert wrote: >> I have the following in a config file: >> >> // Define and require the Smarty library >> define('SMARTY_DIR', 'Smarty/'); >> require(SMARTY_DIR . 'Smarty.class.php'); >> >> // Define the pager stuff >> def