ADODB Pager
Permalink
Can anybody tell me how I include ADODB pager in C5?
BEcause I see it in libraries/3rdparty/adodb
Basically now I am call a class ADODB_Pager theres is other way Like helper or something??
BEcause I see it in libraries/3rdparty/adodb
$db = Loader::db(); $sql = "select * from btDfMap"; $pager = new ADODB_Pager($db,$sql); $pager->Render($rows_per_page=5);
Basically now I am call a class ADODB_Pager theres is other way Like helper or something??