Re: [PHP] __halt_compiler()

2008-03-18 Thread Philip Thompson
On Mar 17, 2008, at 10:34 AM, Mikey wrote: Shawn McKenzie wrote: Daniel Brown wrote: On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote: Hi list! __halt_compiler(). Does anyone use it? I've used it obsessively in my past two "projects" to store data (specifically CSV) in the

Re: [PHP] __halt_compiler()

2008-03-17 Thread Mikey
Shawn McKenzie wrote: Daniel Brown wrote: On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote: Hi list! __halt_compiler(). Does anyone use it? I've used it obsessively in my past two "projects" to store data (specifically CSV) in the PHP files. These two "projects" consisted o

Re: [PHP] __halt_compiler()

2008-03-17 Thread Shawn McKenzie
Daniel Brown wrote: > On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote: >> Hi list! >> >> __halt_compiler(). Does anyone use it? >> >> I've used it obsessively in my past two "projects" to store data >> (specifically CSV) in the PHP files. These two "projects" consisted of >> on

Re: [PHP] __halt_compiler()

2008-03-17 Thread Daniel Brown
On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote: > Hi list! > > __halt_compiler(). Does anyone use it? > > I've used it obsessively in my past two "projects" to store data > (specifically CSV) in the PHP files. These two "projects" consisted of > only one file, and I didn't wan