RE: [PHP] Automatic include of files containing functions

2002-12-11 Thread Dave [Hawk-Systems]
Here is what I am looking at for a partial solutions (see "redirect missing function error" for my next hurdle)... All functions are contained within individual files in a "functions" directory, none of which are hard included into the PHP pages; eg// ./functions/ShowThis.php ./fun

Re: [PHP] Automatic include of files containing functions

2002-12-11 Thread Matt Vos
D]> Sent: Wednesday, December 11, 2002 10:40 AM Subject: [PHP] Automatic include of files containing functions > On a few sites we have used a master include or function file containing all the > unctions required for the site... Some of these function files may contain > 30-40 function

RE: [PHP] Automatic include of files containing functions

2002-12-11 Thread Dave [Hawk-Systems]
ded below. Dave >- Original Message - >From: "Dave [Hawk-Systems]" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, December 11, 2002 10:40 AM >Subject: [PHP] Automatic include of files containing functions > > >> On a few sit

Re: [PHP] Automatic include of files containing functions

2002-12-11 Thread R'twick Niceorgaw
To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 10:40 AM Subject: [PHP] Automatic include of files containing functions > On a few sites we have used a master include or function file containing all the > unctions required for the site... Some of these function files may c

[PHP] Automatic include of files containing functions

2002-12-11 Thread Dave [Hawk-Systems]
On a few sites we have used a master include or function file containing all the unctions required for the site... Some of these function files may contain 30-40 functions and some pages use only 1 function from the file. Would like to be a little more dynamic in our approach of this, and have st