public static function clean_name($id) { $id = CrayonUtil::hyphen_to_space(strtolower(trim($id))); return CrayonUtil::ucwords($id); }