akorz
Results
1
issues of
akorz
Hello, I have code ``` $qb = $this->createQueryBuilder('country'); $adapter = new DoctrineORMAdapter($qb); $this->pagerfanta = new Pagerfanta($adapter); $this->pagerfanta->setMaxPerPage(10); $this->pagerfanta->setCurrentPage(1); var_dump($this->pagerfanta->getNbResults()); var_dump($this->pagerfanta->getCurrentPageResults()); ``` the result ``` int(242) object(ArrayIterator)#12190 (1) { ["storage":"ArrayIterator":private]=> array(0)...