Correccion de errores stdclass

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-07-03 09:45:15 -04:00
parent b5be3f5ec4
commit 3335e99e9d
5 changed files with 23 additions and 21 deletions

View File

@@ -363,6 +363,7 @@ class Users extends BaseUsers
$rows[] = $rs->getRow();
}
$result = new stdClass();
$result->data = $rows;
$result->totalCount = $totalCount;