lat9 / product_pagination

Zen Cart: Product Pagination
GNU General Public License v2.0
1 stars 1 forks source link

use of $debug and $this->debug #29

Closed torvista closed 6 months ago

torvista commented 9 months ago

https://github.com/lat9/product_pagination/blob/74ac9248f0cb8982123dede839ffdbb6d2fbdad6/includes/classes/pp_split_page_results.php#L25-L29

How is this supposed to be used for debugging? Something similar is in freeoptions.php but I find no documentation.

lat9 commented 7 months ago

That'll be part of the next release; essentially mimicking the base split_page_results.php class and echoing those strings to the display if the $debug input indicates as such.