LaundroMat
Programmer
Is it possible to copy object properties to another object?
For instance, I'm trying to copy the contents of (object) $_REQUEST into an appriopriate object, but the problem is ofcourse that a simple copy (ie $obj = (object) $_REQUEST)annihilates the methods...
For instance, I'm trying to copy the contents of (object) $_REQUEST into an appriopriate object, but the problem is ofcourse that a simple copy (ie $obj = (object) $_REQUEST)annihilates the methods...