Kod:
/* Create the table */
$table = new \IPS\Helpers\Table\Db( 'dp43extendedprofile_items', \IPS\Http\Url::internal( 'app=core&module=members&controller=profile&id=' . $this->member->member_id . '&tab=node_dp43extendedprofile_extendedProfileProfile' ), array( array( $where ) ) );
$table->limit = 20;
I potem w skinie:
{{if $table->pages > 1}}
<div class="ipsButtonBar ipsPad_half ipsClearfix ipsClear">
<div data-role="tablePagination">
{template="pagination" group="global" app="core" location="global" params="$table->baseUrl, $table->pages, $table->page, $table->limit, TRUE, $table->getPaginationKey()"}
</div>
</div>
{{endif}}