* init the className.

This commit is contained in:
wangchunsheng
2011-10-11 07:43:27 +00:00
parent 800cfa7b0d
commit fa72cb9857
+2
View File
@@ -159,6 +159,8 @@ class common extends control
global $lang, $app;
if(empty($module)) $module= $app->getModuleName();
if(empty($method)) $method= $app->getMethodName();
$className = 'header';
if(strpos($orderBy, $fieldName) !== false)
{
if(stripos($orderBy, 'desc') !== false)