Welcome Guest, Not a member yet? Register   Sign In
What $data[] stands for
#1

Hi,

I'm trying to learn more advanced PHP with Code Igniter and i'm starting from the Tutorial in Docs.

There in the News model i have:


Code:
$data['news'] = $this->news_model->get_news();


And in the view i have a foreach:


Code:
<?php foreach ($news as $news_item): ?>


Can i assume that $data['news'] is the same as $news?
Reply


Messages In This Thread
What $data[] stands for - by soneax - 10-01-2018, 03:11 AM
RE: What $data[] stands for - by ciadmin - 10-01-2018, 07:57 AM
RE: What $data[] stands for - by soneax - 10-01-2018, 08:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB