コード例 #1
0
ファイル: mdl.shopbbs.php プロジェクト: noikiy/MyShop
 function getColumns()
 {
     $ret = parent::getColumns();
     $ret['_cmd'] = array('label' => __('操作'), 'width' => 70, 'html' => 'payment/finder_command.html');
     //发送者
     $ret['msg_from']['default'] = '';
     return $ret;
 }
コード例 #2
0
ファイル: mdl.msgbox.php プロジェクト: noikiy/MyShop
 function getColumns()
 {
     $data = parent::getColumns();
     $data['is_sec']['label'] = __('作为留言');
     return $data;
 }