How do I dynamically assign a name to a php object?
For example, how would I assign a var object, which is the identifier of the db string that I use to create the objects.
eg
$<idnum>= new object();
where idnum is the identifier from my database.
eric
source
share