Skip to content

Instantly share code, notes, and snippets.

@revathskumar
Created August 17, 2011 18:38
Show Gist options
  • Save revathskumar/1152274 to your computer and use it in GitHub Desktop.
Save revathskumar/1152274 to your computer and use it in GitHub Desktop.
Using isset on sfOutputEscaperObjectDecorator
echo (isset($post->tags))?$post->tags:"";
echo (isset($post->getRawValue()->tags))?$post->tags:"";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment