Realistically, it would probably be easier for you to move to a Mysql database and use Cake the "regular" way than to try to find a way to keep using your XML etc. Otherwise you could try to see about implementing a driver for your XML file, and just pretend the XML file is a database. But this sounds like a lot more work to me.
Wayne On 1/24/08, sam <[EMAIL PROTECTED]> wrote: > > Does anyone have any thoughts on this matter? > > On Jan 21, 9:21 pm, sam <[EMAIL PROTECTED]> wrote: > > I am working on porting my current web site over to a MVC framework. > > Right now I am evaluating Cake PHP. I have gone through the blog > > tutorial and it all makes sense when the back end is a standard SQL > > database. > > > > At present my web site is driven via a XML file and by hard drive > > queries (images on the hard drive). How would I go about implementing > > a model that is powered by these types of sources? > > > > Sam > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
