Hi
I'm working with a class that is an extension of a parent class. As far as I can tell it instantiates its parent class like this
parent::__construct($this->sqlresultforpage[1][0]['projectid']);
how could I check if the parent is already instantiated or not ?
thanks