Re: [PHP] storing functions

2007-04-04 Thread afan
> I am wondering how you store and recall your functions. > > I have an external file - functions.php, this includes all the functions > for > the site. It is included in the pages head and then I just use the > functions > when I need them. > > Does anyone have a better way to store/recall functio

Re: [PHP] storing functions

2007-04-04 Thread Satyam
- Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Ross" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, April 04, 2007 3:29 PM Subject: Re: [PHP] storing functions Ross wrote: I am wondering how you store and recall your functions. I have

Re: [PHP] storing functions

2007-04-04 Thread Davi
Em Quarta 04 Abril 2007 10:19, Ross escreveu: > I am wondering how you store and recall your functions. > > I have an external file - functions.php, this includes all the functions > for the site. It is included in the pages head and then I just use the > functions when I need them. > > Does anyone

Re: [PHP] storing functions

2007-04-04 Thread Jochem Maas
Ross wrote: > I am wondering how you store and recall your functions. > > I have an external file - functions.php, this includes all the functions for > the site. It is included in the pages head and then I just use the functions > when I need them. > > Does anyone have a better way to store/re