i want to use hyphen instead of underscore but dreamweaver shows it as wrong for php functions and class
is there any way i can use hyphen
<?php
function sun_moon_menu() {
$items = array();
$items['sun_moon'] = array(
'name'=>'sun_moon',
'type'=>'community'
);
return $items;
}
?>
i want to make it sun-moon-menu
here is class which also does not accept -
<?php
class sun_moon {
function index() {
section_content('something');
}
}
?>
why i want to use hyphen over underscores because this class becomes my websote direct link and hyphen is seo friendly overunderscore