You could look for projects or libraries written in PHP and wrap them in a vendor class or you could write your own classes and methods. You to get on your feet in using PHP to do web automation you might benefit from reading O'Rilley's PHP Cookbook.
-J On May 22, 10:36 pm, Ming <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
