forgive me if this is a complete noob question....
What i want to do is create an object at runtime with members and methods based on the result of queries from my db back end. is this (a) possible? or (b) something i should get out of my head and go and find a better solution?
basically is their a create_object() style function, and some add_method() / add_member() style functions, that to allow me to instance things dynamically at runtime.
sorry that i am not being to clear, but i hope you can get my gist, thanks in advance to any help any of you can give me!
cheers joe
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php