What is the content of the XML data? What is the purpose of the data? If you already have a structure in the database that fits the XML data, what actually is your issue?
Do I understand your correctly or wrongly :) John On Feb 16, 1:53 pm, Greg <[email protected]> wrote: > Hi, > > I'm writing a site that needs to digest external XML data from a web > service. The data then needs to be associated to reference tables in > the database. > > I figure i need to $useTable = false to make the new XML model not > point at a database, and $_schema to define the model's data > structure, but then how do i fill the model with XML data scraped from > a webservice? > > Also, once I have done this, can I associate (hasOne, hasMany, > belongsTo will be used) this to another model that is connected to the > database? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
