A bit off-topic but I'd personally avoid having a table called 'user'
because I'm afraid I might get confused with symfony sfUser. There are
a lot of (it seems anyway) getUser() methods in symfony to return
sfUser object.

I'd usually use 'member', 'client', 'my_user', etc instead.

May be I'm just too paranoid!

On 3/19/07, Craig Boxall <[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
>
> This is my first post to the symfony group so go easy on me :) Im
> also super-new at Symfony and I have what I imagine is a simple
> question.
>
> I have two modules
>
> -> Project
> -> User
>
> One of the fields in my Project table is created_by to store the ID
> of the user who created the project. I have set up a foreign key to
> link this to the User table.
>
> When creating new records it gives me a drop down of all the records
> in my user table (by ID number not name) so I am able to capture a
> user just fine.
>
> Now when I list the Projects, I want to be able to do something like:
>
> $project->getCreatedBy()->getFirstName()
>
> But this gives me a cannot call method on non-object error.
>
> Any suggestions how I make this work?
>
> Thanks to any help.
>
> regards
> Craig
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
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