Welcome Guest, Not a member yet? Register   Sign In
Multiple table relationanal query
#1

[eluser]Unknown[/eluser]
Hello,
I'm very new to CI. I've been looking around for a multiple associated table example online and I cant find one. So my question is if I have two tables like so:
Code:
---------                    ------------
| USERS |                    | COMMENTS |
| ----- |                    | -------- |
| Id    |-------------------<| Users_Id |
| Name  |                    | Text     |
| Last  |                    ------------
---------
and we have a one to many relationship, where a user can have multiple comments.
whats the statement I have to use to get all the comments of a user given a name?

I'm a CakePHP guy, and I like the loosens of CI that's why I'm exploring CI and I like it so far.


Messages In This Thread
Multiple table relationanal query - by El Forum - 01-27-2011, 01:36 AM
Multiple table relationanal query - by El Forum - 01-27-2011, 04:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB