using-zf3-book-samples icon indicating copy to clipboard operation
using-zf3-book-samples copied to clipboard

Error in User Controller

Open calibhaan opened this issue 5 years ago • 2 comments

Hello, In UserController ligne 61 there is a $page, but it hasn't value.

$page is the current page, I add this ligne after Access control: $page = (int)$this->params()->fromRoute('id',0);

Are you agree with this?

calibhaan avatar Nov 17 '18 10:11 calibhaan

Hi @calibhaan, I need to investigate first, but looks possible.

olegkrivtsov avatar Dec 21 '18 03:12 olegkrivtsov

This is the correct assignment of page :) $page = (int)$this->params()->fromQuery('page',1);

x-dragos avatar Jun 11 '19 18:06 x-dragos