Pete McCormick wrote:
>  class Root {
>   class Nested {
>    function Nested() {

  The constructor should be called __construct(). Constructors with their
  name beeing the class name are only supported for BC.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to