Page View
Table of Contents
Page views counter.
Something looks broken? We accept bounties to fix them faster.
^ | 8 Downloads |
---|---|
v2.4.3 | 18 Downloads |
v2.4.2 | 9 Downloads |
v2.4.1 | 8 Downloads |
v2.4.0 | 8 Downloads |
v2.3.1 | 8 Downloads |
v2.3.0 | 9 Downloads |
v2.0.4 | 13 Downloads |
This extension adds a view
property to the current page with dynamic value. Each page visit will increment the view
property value by one.
Usage
To show the current page views, add this to the page.php
file in your active skin:
<?= $page->view; ?>