Skip to content

Commit

Permalink
Readme count items example update
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot committed Jul 30, 2013
1 parent eaa62fb commit ce6b7b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ public function listAction()
### View

```jinja
<div class="count">pagination.getTotalItemCount</div>
{# total items count #}
<div class="count">
{{ pagination.getTotalItemCount }}
</div>
<table>
<tr>
{# sorting of properties based on query components #}
Expand Down

0 comments on commit ce6b7b3

Please sign in to comment.