public static friendlyTitle (mixed $text, [mixed $separator], [mixed $lowercase], [mixed $replace])
Converts texts into URL-friendly titles
echo Phalcon\Tag::friendlyTitle("These are big important news", "-")
public static friendlyTitle (mixed $text, [mixed $separator], [mixed $lowercase], [mixed $replace])
Converts texts into URL-friendly titles
echo Phalcon\Tag::friendlyTitle("These are big important news", "-")
Please login to continue.