Add pagination and sorting to the dashboard

This commit is contained in:
Frédéric Guillot
2014-11-15 21:49:06 -05:00
parent af93754ec9
commit aa6fffb05a
21 changed files with 582 additions and 300 deletions

View File

@@ -5,7 +5,7 @@ require __DIR__.'/../app/common.php';
use Model\User;
$userModel = new User($registry);
$userModel = new User($container);
for ($i = 0; $i < 500; $i++) {
$userModel->create(array(