if you want only to retrieve data you could use your cake application as web service returning xml for example. Now if you want to return a view or part of a view, I guess you should make an $ajax request from your external application..(take care if you have links in the returned views)..
hth On Dec 13, 5:29 pm, Paolo <[EMAIL PROTECTED]> wrote: > Hi all! > > I created a website for a real estate agency using cake. I used cake > to create the management part of the website, now I'm creating the > remaining part, that one that will be available to the user. I > wouldn't like to use cake for this, but would it be possible to query > some page or something in order to get the answer from cake pages? For > example, if I want to get all the items in a table, how can I do it? > Or if I would like to search for something? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
