the test worked ok still unsure of edits in my last post--it is not clear where to put ** * check start var consistency */ function seo_start($start = 0, $limit = 0) { if ($limit > 0) { $start = ( is_int( $start/$limit ) ) ? $start : intval($start/$limit)*$limit; $this->start = ( $start > 0 ) ? $thi...