...
|
...
|
@@ -15,7 +15,7 @@ class Controller_Admin_Onlinereg extends Controller_Admin_Base |
|
|
$type = 0;
|
|
|
}
|
|
|
$limit = 15;
|
|
|
$total = Facade_Onlinereg::getSellerListByType($type);
|
|
|
$total = Facade_Onlinereg::getSellerTotalByType($type);
|
|
|
$pagination = new Lib_Helper_Pagination($total, $limit);
|
|
|
$pagination->setParames(array('type' => $type));
|
|
|
$list = Facade_Onlinereg::getSellerListByType($type, $pagination->getOffset(), $limit);
|
...
|
...
|
|