Hi there, I am working to rewrite my perl codes by using php. About half of my codes involve web automation (using LWP in Perl extensively). Basically, my codes first submit some forms, follow some URLs based on some regular expression patterns, analyze web pages to get some contents, get some feeds, store feeds locally, parse feeds, and finally store them in local db automaticall. After that, most operations are db operations.
It seems cakephp assumes operations invlove database, though a quick search shows it is okay to bypass models that corresponding to some tables/relations. So my question is, for the web automation part of my code, shall I rewrite them by using cake framework? How can I do that? 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 -~----------~----~----~----~------~----~------~--~---
