Code |
Context
$count = 0;
foreach ($items as $item){
$feed_list = array(
array(
"HpFeed" => array(),
"User" => array()
),
array(
"HpFeed" => array(),
"User" => array()
),
array(
"HpFeed" => array(),
"User" => array()
),
array(
"HpFeed" => array(),
"User" => array()
),
array(
"HpFeed" => array(),
"User" => array()
)
)
$feed = array(
"HpFeed" => array(
"id" => "9",
"user_id" => "6",
"title" => "Material Products",
"link" => "http://materialistically.tumblr.com/",
"description" => "List of music, books and the odd film or t.v. review.",
"created" => "2011-07-17 08:15:29",
"modified" => "2011-07-17 08:15:29"
),
"User" => array(
"id" => "6",
"username" => "bruce",
"password" => "41cc9c2b9fbf4f478ede5266d83c11da90fad36f",
"group_id" => "3",
"created" => "2011-07-07 00:03:39",
"modified" => "2011-07-07 00:03:39"
)
)
$items = false
$count = 0
HpPortalsController::index() - APP/controllers/hp_portals_controller.php, line 30
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83