+ 1

Error - Objects in PHP

IĀ“m having some problems creating objects in PHP. I get an error on the constructor. Thank you for your help. https://code.sololearn.com/wMS35HmrSb9v/#php

3rd Nov 2017, 3:31 PM
Andres Restrepo
Andres Restrepo - avatar
1 Answer
+ 4
http://php.net/manual/en/language.oop5.decon.php ^Read through that and it'll explain your error, as well as the resolve. The way you're going about it has been deprecated, so use the newer way of doing it.
3rd Nov 2017, 3:35 PM
AgentSmith