Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dose Symfony 2 有一个类似 Wordpresssanitize_title_with_dashes或 Codeigniter 的方法url_title,可以将字符串转换____I am Bob为i-am-bob?
sanitize_title_with_dashes
url_title
____I am Bob
i-am-bob
您可以将 DoctrineExtension Sluggable 与 StofDoctrineExtensionsBundle 一起使用。
在此处查找文档并在此处查找示例。