mirror of
https://github.com/Chouchen/shorturl.git
synced 2018-06-07 06:34:38 +02:00
Add Statistics
This commit is contained in:
parent
d7c28b72ed
commit
c223581806
@ -8,7 +8,7 @@ $ret = $url->extractEverything();
|
|||||||
|
|
||||||
echo '<ul>';
|
echo '<ul>';
|
||||||
foreach($ret as $unRet){
|
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>';
|
echo '</ul>';
|
Loading…
Reference in New Issue
Block a user