I want to query three different search engines from my cake application and display the results. To achieve this I will use simple_html_dom for getting the data from the actual websites.
My problem is how to properly set this up. If I understand things right the scraping process with simple_html_dow will take place in a DataSource, since this is getting the data (regardless of how). This means for all three search engines I will make a data source? The model will only be the gateway from the controller that will call $this->Query->find('chocolate frosting'). Then the model will return the array from the data source. I have, besides for this entry, published this question at http://cakeqs.org/eng/questions/view/screen_scraping 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