PHP Classes

Usage Analysis

Recommend this page to a friend!

      PHP URI  >  All threads  >  Usage Analysis  >  (Un) Subscribe thread alerts  
Subject:Usage Analysis
Summary:Good to see the comparison against two other methods
Messages:2
Author:Darren Conyard
Date:2013-01-07 20:32:24
Update:2013-01-08 00:21:57
 

  1. Usage Analysis   Reply   Report abuse  
Picture of Darren Conyard Darren Conyard - 2013-01-07 20:32:24
Hi,

I liked this class, just as a minor detail the rel2abs and url_to_absolute scripts are not included in this package, but they are also linked to in phpuri.php.

So this will fail to load if the user has not spotted that these two scripts are just for comparison purposes. But the user can either follow the links to download these files to see that phpuri does work to a higher success rate than the other two methods defined or they can comment these other scripts out.

This class worked really well tried with a few sample URL's and it worked fine.

Best regards

Darren Conyard

  2. Re: Usage Analysis   Reply   Report abuse  
Picture of P Guardiario P Guardiario - 2013-01-08 00:21:57 - In reply to message 1 from Darren Conyard
Hi Darren,
Just to clarify, those scripts are not linked to from phpuri.php, only from test.php, an optional file that demonstrates my test cases.
Thanks,
- P