adding the processes pagging toolbar

This commit is contained in:
Erik Amaru Ortiz
2011-02-07 16:04:51 +00:00
parent 9d3cd25bf4
commit 73cdf51d10
5 changed files with 83 additions and 13 deletions

View File

@@ -44,6 +44,7 @@ else {
}
$r->data = $proData;
$r->totalCount = count($proData); //$oProcess->getAllProcessesCount();
//$r->totalCount = count($proData);
$r->totalCount = $oProcess->getAllProcessesCount();
echo G::json_encode($r);