Hi, you can see it for yourself (what methods and what attributes has the
object)

echo "<pre>";

//print_r or var_dump depending on
//if you prefer latte or expresso :)

print_r($this->getUser()->getGuardUser());

echo "</pre>";
//do a clean exit
exit();


On Thu, Dec 11, 2008 at 8:10 AM, mapelo <[EMAIL PROTECTED]> wrote:

>
> How to know the id for a record into sf_guard_user (from fooPeek.php)?
> I know username value.
>
>
> >
> $this->getUser()->getGuardUser()->getProfile()->getFirstName()
>
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to