[PHP] Re: Dynamic/runtime object creation

2005-02-17 Thread Jason Barnett
joe Lovick wrote: > 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, This is certainly do-able. You serialize(

[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] Re: Dynamic/runtime object creation

2005-02-16 Thread Jason Barnett
joe Lovick wrote: > 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) Creating an object based on the result of a query shouldn't be a proble