PHP Classes

Excellent class! Worked as charm for my proporses.

Recommend this page to a friend!

      DynFetcher  >  All threads  >  Excellent class! Worked as charm for...  >  (Un) Subscribe thread alerts  
Subject:Excellent class! Worked as charm for...
Summary:Package rating comment
Messages:2
Author:Emiliano
Date:2013-07-12 19:15:32
Update:2013-07-16 17:49:00
 

Emiliano rated this package as follows:

Utility: Good
Consistency: Sufficient
Examples: Good

  1. Excellent class! Worked as charm for...   Reply   Report abuse  
Picture of Emiliano Emiliano - 2013-07-12 19:15:32
Excellent class! Worked as charm for my proporses.

  2. Re: Excellent class! Worked as charm for...   Reply   Report abuse  
Picture of Emiliano Emiliano - 2013-07-16 17:49:00 - In reply to message 1 from Emiliano
Altough... I noticed something:

On line 91, you have:

$itemResult = (string)$itemResult[0];

This is making all the results the same... maybe this line was supposed to be like something to convert the results to a String?

Thanks!