我想使用连字符而不是下划线但是Dreamweaver将它显示为错误的php函数和类
有什么方法可以使用连字符
<?php
function sun_moon_menu() {
$items = array();
$items['sun_moon'] = array(
'name'=>'sun_moon',
'type'=>'community'
);
return $items;
}
?>
我想把它变成太阳月亮菜单
这里的课程也不接受 -
<?php
class sun_moon {
function index() {
section_content('something');
}
}
?>
为什么我想使用连字符而不是下划线,因为这个类成为我的websote直接链接,连字符是seo友好的overunderscore