Example #1
0
 function getColumns()
 {
     $now = parent::getColumns();
     $now['author']['label'] = __("评论人");
     $now['time']['label'] = __("评论时间");
     $now['ip']['label'] = __("评论人IP");
     return $now;
 }