+ finish task#574

This commit is contained in:
chencongzhi520@gmail.com
2011-10-22 03:13:20 +00:00
parent 9b8415e5ca
commit 90fd3d2751
7 changed files with 49 additions and 7 deletions
+3
View File
@@ -68,6 +68,9 @@ class testcase extends control
$this->session->set('browseType', $browseType);
$this->session->set('orderBy', $orderBy);
/* Load lang. */
$this->app->loadLang('testtask');
/* Load pager. */
$this->app->loadClass('pager', $static = true);
$pager = pager::init($recTotal, $recPerPage, $pageID);