芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/BaseModel.php
--'; foreach ($items as $item) { $name = is_null($columnName) ? $item->name : $item->{$columnName}; $selected = (!is_null($group) && ($item->id == $group->id)) ? 'selected' : ''; $options .= '
' . ($name) . '
'; } return $options; } public static function clickAbleLink($route, $title, $other = null) { return '
' . ucfirst($title) . '
' . $other . '
'; } }