[PHP] Re: Dynamic/runtime object creation

2005-02-17 Thread joe Lovick
Thanks for your help Jason, yes aggregating methods was what i had in mind, but now as i explore it as a option i realise that it would work best is if their was a way for me to pull my object out of the database variables, data, methods and all and then instantiate them some how, with out any of t

[PHP] Dynamic/runtime object creation

2005-02-16 Thread joe Lovick
Hi, 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? basical