XML is some stock data i need to pull back on a daily basis. I will store
the data in a table once i've got it, but i want to be able to deal with the
XML data as a cake model before that.

On Wed, Feb 17, 2010 at 3:10 AM, John Andersen <j.andersen...@gmail.com>wrote:

> 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 <gsker...@gmail.com> 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 cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to