Re: [PHP] Generating executable code

2007-08-13 Thread Richard Lynch
On Mon, August 13, 2007 8:03 am, Chris Boget wrote: > Currently, I have an XML file that I load in, parse manually and > iterate > through the nodes to create objects, etc, using the node values as > parameters. This works all well and fine but is a little resource > intensive. > > Now, I can crea

Re: [PHP] Generating executable code

2007-08-13 Thread Tijnema
On 8/13/07, Chris Boget <[EMAIL PROTECTED]> wrote: > Currently, I have an XML file that I load in, parse manually and iterate > through the nodes to create objects, etc, using the node values as > parameters. This works all well and fine but is a little resource > intensive. > > Now, I can create