Re: Where DAO object's should be?

2006-06-24 Thread RosSoft
Take a look at WebModel and RssModel in http://cakeforge.org/snippet/browse.php?by=lang&lang=5 maybe it can help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to

Where DAO object's should be?

2006-06-24 Thread wwwojtas
Hi, I'm new to CakePHP and I have a simple question. Where should I put DAO object's. I don't realy understand why Model object are used to get data (isn't they only the model?) I would like to get data from databases, xml, simple files, through SOAP, etc. and use model as data beans. DAO object