Skip to content

Instantly share code, notes, and snippets.

@marchampson
Created February 21, 2013 10:23
Show Gist options
  • Save marchampson/5003737 to your computer and use it in GitHub Desktop.
Save marchampson/5003737 to your computer and use it in GitHub Desktop.
prettyurl creation e3
if($this->title != null) {
$textUtils = new Text();
$this->prettyurl = $textUtils->prettyUrl($this->title);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment