Code: Select all
$copy = $objectCode: Select all
$copy = clone $objectThat change fixed the issue with no problem, but now I am worried that there are other things that aren't working that I just haven't found yet. This site is finished. I don't plan to add new features to it, so I'd like to just be confident that it's all working without upgrading everything to PHP5's OOP model.
So the question I is:
Is it possible to tell php5 to use the php4 OOP model instead? Maybe something like:
Code: Select all
ini_set("object_model", 4)