Hi, i changed the "escape" value to FALSE but didn't work... if i use $oObject->get() to retrieve the data works fine, but if i use get_paged() doesn't work... i receive this error:
Code:
A Database Error Occurred
Error Number: 1054
Unknown column 'result' in 'having clause'
SELECT COUNT(*) AS `numrows` FROM (`publicacion`)
WHERE `publicacion`.`pub_confirmada` = 1 AND `publicacion`.`pub_tipo` = 'xxx'
HAVING `result` >= 1 AND `result` <= 500