- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Well, we have the well known finder:
Finder includes methods to separate results into pages for the
PHP:
My question: AFTER
The basic thing is to not break the display on the...
$this->finder('XF:Thread')
.Finder includes methods to separate results into pages for the
<xf:pagenav>
, like:PHP:
My question: AFTER
$finder->fetch();
I need to unset some "rows" based on some checks which cannot be applied on the $finder
query / where.The basic thing is to not break the display on the...