Re: [PHP] OOP

2001-06-23 Thread Matthew M. Boulter
It sure is, but your code needs to look like this: class one { function one() { echo one ; } } class two extends one { function two() { parent::one(); echo two ; } } class three extends two { function three() { parent::two(); echo three; } } $foo =

[PHP] $HTTP_???_VARS[] always populated?

2001-06-21 Thread Matthew M. Boulter
Quick question crew, ATM we're trying to convert all of our existing scripts t conform to register_globals being OFF, i.e., accessing everything through the $HTTP_???_VARS[] arrays. What I was wondering is, when register_globals in ON, do all of the $HTTP_???_VARS[] arrays * still * get

[PHP] Sending Output Buffer contents to PDFLib

2001-05-16 Thread Matthew M. Boulter
Heya guys, I've just started to play with PDFLib v3 and was primarily experimenting to enable me to produce PDF versions of our HTML files on demand. I.e., like some sites have a 'Print this article' button, I want a 'Make a PDF' button. I played with PDFLib and saw that to get text on the page

RE: [PHP] Site Structure

2001-04-24 Thread Matthew M. Boulter
G'day all, I thought I'd mention how I developed my last project and got around some of these problems, bear with me it can be quite complicated. === In the development we had to develop on many different servers, mine

[PHP] Any Australian Conferences coming up????

2001-04-13 Thread Matthew M. Boulter
--- Matthew M. Boulter MB Productions, Pty Ltd. m: 0414-912-501 e: [EMAIL PROTECTED] icq: 14626936 --- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact