Skip to content

Instantly share code, notes, and snippets.

@hartym
Created March 29, 2009 08:21
Show Gist options
  • Save hartym/87334 to your computer and use it in GitHub Desktop.
Save hartym/87334 to your computer and use it in GitHub Desktop.
<?php
echo '<pre>';
print_r(sfContext::getInstance()->getUser()->getAttributeHolder()->getAll());
echo '</pre>';
die();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment