M
M
Miku Hatsune2015-11-17 20:38:02
Phalcon
Miku Hatsune, 2015-11-17 20:38:02

What's the magic going on with phalcon's paginator?

The code:

$paginator = new PaginatorModel([
            'data'  => $images,
            'limit' => 12,
            'page'  => $page
        ]);

But I'm getting an exception here with this text: "The start page number is zero or less" it seems to say that $page is below or equal to zero.
I do var_dump($page); response: int(1)
How so?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question