Add Statistics

This commit is contained in:
Shikiryu 2011-01-04 10:57:21 +00:00
parent d7c28b72ed
commit c223581806
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $ret = $url->extractEverything();
echo '<ul>';
foreach($ret as $unRet){
echo '<li> '.$unRet['attributes']['id'].' => <a href="'.$unRet['childs']['url'].'">'.$unRet['childs']['url'].'</a>';
echo '<li> '.$unRet['attributes']['id'].' => <a href="'.$unRet['childs']['url'].'">'.$unRet['childs']['url'].'</a> => '.$unRet['childs']['hit'].' hits';
}
echo '</ul>';