Re: Question about how models using different datasources handle relationships

2011-02-22 Thread Stephen
I had an issue with an array style data source, hardcoded in the model, the only solution was to hack it to work. On 22 February 2011 18:57, cricket wrote: > On Tue, Feb 22, 2011 at 7:56 AM, Greg Skerman wrote: > > Hi, > > > > I'm curious as to how models which use different datasources handle

Re: Question about how models using different datasources handle relationships

2011-02-22 Thread cricket
On Tue, Feb 22, 2011 at 7:56 AM, Greg Skerman wrote: > Hi, > > I'm curious as to how models which use different datasources handle > relationships? > > If i was to create a datasource to consume a web service, and I wanted it to > pick up related fields via a HasOne relationship to a model using a

Question about how models using different datasources handle relationships

2011-02-22 Thread Greg Skerman
Hi, I'm curious as to how models which use different datasources handle relationships? If i was to create a datasource to consume a web service, and I wanted it to pick up related fields via a HasOne relationship to a model using a mysql database table, will cake just automagically resolve this,