PHP Classes

It's got great potential, but.

Recommend this page to a friend!

      Spider website  >  All threads  >  It's got great potential, but.  >  (Un) Subscribe thread alerts  
Subject:It's got great potential, but.
Summary:Package rating comment
Messages:2
Author:F Philip DeGeorge
Date:2009-06-14 19:25:48
Update:2009-06-14 22:24:15
 

F Philip DeGeorge rated this package as follows:

Utility: Sufficient
Consistency: Good
Examples: Sufficient

  1. It's got great potential, but.   Reply   Report abuse  
Picture of F Philip DeGeorge F Philip DeGeorge - 2009-06-14 19:25:48
It's got great potential, but...

I had to massage it quite a bit to get it running on my machine, at all. (Differences in PHP installation?) Looks it was not developed with E_ALL error reporting, too. Fails to track relative links (which lost 90% of the links on the sites I tried). And the final print_f does not work. (printf() does not output arrays) Good concept, but seems to need more work.

Some error trapping on the url would be wonderful. And error trapping on any "missing" components of the URL (host, path, etc) would eliminate most of the warnings generated. (E_ALL is essential during development work; I work as though all warnings are critical errors, but that's me.)

Thanks! Like I say, some good stuff here, just needs more development.

  2. Re: It's got great potential, but.   Reply   Report abuse  
Picture of Karol Janyst Karol Janyst - 2009-06-14 22:24:15 - In reply to message 1 from F Philip DeGeorge
Thanks, it was only made for small project so just basic version. Maybe I will work on it some other time.