Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7194311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:20:44+00:00 2026-05-28T20:20:44+00:00

I am designing a database with the code igniter datamapper. Imagine that I have

  • 0

I am designing a database with the code igniter datamapper.
Imagine that I have a three tables one with users and one with friends and one with foods friend like. I am trying to access the food friend like. I have populated all the tables with data mapper.
Here is how I do it:

user table has id, user_name, gender, user_id fields.

Every user has many friends and friend table is:

friend table has id, friend_id, friend_name, user_id

Every friend has many foods and here is table for it:
friend id food

I was able to populate the tables by filing out the values. Lets say for example:

user:
1 andy male 394 
2 jen  female 439
..

friend:
1 243 mark 394
2 493 silvia 394
3 459 gloria 439
...

So when I try to access friend of a user from the database I do this:

$u->get_by_user_id($data['user']['id']);

if ($u->exists())
{ 
$data['user']['first_name'] = $u->first_name;
$data['user']['last_name'] = $u->last_name;
$data['user']['gender'] = $u->gender;
$data['user_friends']=$u->friend->get();

and it works…(i don’t know why it knows what is the id of friend to relate to) but it works…
now I am trying to go one level deeper and access or get() every users’ friends foods…but I do’t know how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T20:20:45+00:00Added an answer on May 28, 2026 at 8:20 pm

    Ok I found the answer:

     if ($u->exists())
    { 
    $data['user_profile']['first_name'] = $u->first_name;
        $data['user_profile']['last_name'] = $u->last_name;
    $data['user_friends']=$u->friend->get();
    
    foreach($u->friend->get()->all as $u){
    
    $fm=new Food();
    $fm->get_by_friend_id($u->friend_id)->get();
    
    foreach($fm->all as $fm){
    //stuff
              }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am designing database tables for a master-detail scenario. The specific requirement is that
I'm designing my database and LINQ To SQL ASP.NET web application. Imagine I have
I am designing a database for a project. I have a table that has
I have a quick question regarding a database that I am designing and making
I have this database that I'm designing. It needs to contain a couple dozen
When designing a database to use MVCC (Multi-Version Concurrency Control), you create tables with
i am designing a project in asp.net mvc3, i have designed database in sql
I am designing a project in asp.net mvc3, i have designed my database in
In a WPF page that I'm designing for my church, I have two ListBox
I am developing a system that will have a database backend. I am intending

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.