Welcome Guest, Not a member yet? Register   Sign In
pager->links() not work in view layouts
#1

I am using beta-1 and try to print pagination links using "pager->links()" or "pager->simpleLinks()" but nothing comes out if I do that within "this->section('content')" .

NOTE: Without View layouts works fine.

Same code as the one used in the user guide:
Code:
<!-- LAYOUT -->
<!doctype html>
<html>
<body>
<?= $this->renderSection('content') ?>
</body>
</html>

Code:
<!-- TEMPLATE -->
<?= $this->extend('layout') ?>
<?= $this->section('content') ?>
<?= pager->links() ?>
<?= $this->endSection() ?>

Kind regards and congratulations for this best jobs!
Reply


Messages In This Thread
pager->links() not work in view layouts - by elephpantech - 03-06-2019, 05:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB