What I am doing wrong? http://www.everfall.com/paste/id.php?iwh4qdcqv6ziWell, there's no `parseconfig` there. Do you expect the `parseconfig` from line 30 or line 193 to be available in line 170?
From line 30.In line 193 I am get in instance of class instance of parseconfig to be able to use config inside MySQL class.
What I should to do in situation where for creation of class I should pass to constructor data instances from 2 different classes?