It sounds like your requests to google are going to be a regular thing, like a CRON job. If I'm correct in assuming this, your best bet is to create a Shell class that you will run via CRON to regularly collect data and place it in your database.
Frontend-wise, I'm not sure what you're doing so there's not much I can say, although after the data is collected you can display or do whatever you want with it. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
