PostgreSQL replacement for MySQL SQL_CALC_FOUND_ROWS
In Chapter 13 the member.class.php file contains a MySQL-specific keyword SQL_CALC_FOUND_ROWS. I have been looking for a replacement SQL statment that will work with PostgreSQL. Several forums have suggestions, but none works in the context of the "Member Record Viewer". Does anyone have any suggestions for code that will work with PostgreSQL and not require extensive re-writing of the Member class PHP progam?
|