[PHP] limit on extended classes

2002-04-18 Thread Erik Price

Is there a limit on how many times you can extend a class in PHP 4?


Erik







Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] limit on extended classes

2002-04-18 Thread Robert Cummings

Erik Price wrote:
 
 Is there a limit on how many times you can extend a class in PHP 4?

Was there ever? Curious to know!

Cheers,
Rob.
-- 
.-.
| Robert Cummings |
:-`.
| Webdeployer - Chief PHP and Java Programmer  |
:--:
| Mail  : mailto:[EMAIL PROTECTED] |
| Phone : (613) 731-4046 x.109 |
:--:
| Website : http://www.webmotion.com   |
| Fax : (613) 260-9545 |
`--'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] limit on extended classes

2002-04-18 Thread Erik Price


On Thursday, April 18, 2002, at 03:10  PM, Robert Cummings wrote:

 Is there a limit on how many times you can extend a class in PHP 4?

 Was there ever? Curious to know!

I could be completely mistaken, since I can't provide a source, but I 
thought that PHP 3 only allowed one level of extension.  I just want to 
make sure this isn't the case for PHP 4.


Erik






Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] limit on extended classes

2002-04-18 Thread Robert Cummings

Erik Price wrote:
 
 On Thursday, April 18, 2002, at 03:10  PM, Robert Cummings wrote:
 
  Is there a limit on how many times you can extend a class in PHP 4?
 
  Was there ever? Curious to know!
 
 I could be completely mistaken, since I can't provide a source, but I
 thought that PHP 3 only allowed one level of extension.  I just want to
 make sure this isn't the case for PHP 4.

There's definately not a 1-level limit anymore if ever :) Some of my
classes are 3 or 4 levels deep, perhaps more in some areas.

Cheers,
Rob.
-- 
.-.
| Robert Cummings |
:-`.
| Webdeployer - Chief PHP and Java Programmer  |
:--:
| Mail  : mailto:[EMAIL PROTECTED] |
| Phone : (613) 731-4046 x.109 |
:--:
| Website : http://www.webmotion.com   |
| Fax : (613) 260-9545 |
`--'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php