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 7169911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:06:21+00:00 2026-05-28T15:06:21+00:00

OK, I went through a database tutorial and eventually ended up with the following:

  • 0

OK, I went through a database tutorial and eventually ended up with the following:

function index() {
    $this->load->model('dataModel');

    $data['rows'] = $this->dataModel->getAll();     
    $data = array('title' => 'NKADD Calendar of Events', 'main_content' => 'pages/contact');
    $this->load->view('template/main', $data);

}

I am getting errors and I believe it has something to do with the $data array/variable getting confused, but I’m not sure how to fix it!

This is the view page, btw

foreach ($rows as $r) {
    echo '<h1>' . $r->title . '</h1>';
}

An error is reached when viewing the page

A PHP Error was encountered
Severity: Notice
Message: Undefined variable: rows
Filename: pages/contact.php

Any Assitance?

  • 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-28T15:06:22+00:00Added an answer on May 28, 2026 at 3:06 pm

    Well, you need not add to $data array, array of variables, but to do something like this:

    $data = array(
        'rows'    => $this->dataModel->getAll(),
        'title'   => 'Your title',
        'main_content'    => 'your main content value',
    );
    

    Or adding elements to array, as:

    $data['title'] = 'Your title';
    // so on
    

    This way you can access $title and $rows, and other vars in template.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just went through some MVC tutorials after checking this site out for a
I recently started learning Emacs . I went through the tutorial, read some introductory
I'm currently following: http://railsontherun.com/2007/10/04/sexy-charts-in-less-than-5-minutes/ I went through it all pretty easily, but then when
I went through the Hibernate Tutorial at http://docs.jboss.org/hibernate/core/3.3/reference/en/html/performance.html and got the question which fetch
I am a bit confused with the android SQLite database handling. I went through
I am having problems connecting to a Sqlite database through System.Data.Sqlite. I was trying
I went through many threads and couldn't figure it out. Sorry if this is
I am learning asp.net mvc and went through a great tutorial that demonstrated it.
I was trying to delete a data from database using jquery and the following
I went through a period of being interested in how quantum computers work and

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.