Code |
Context$model = RssNews
RssNews::$useTable = false
RssNews::$useDbConfig = "rssNews"
RssNews::$actsAs = array
RssNews::$displayField = NULL
RssNews::$id = false
RssNews::$data = array
RssNews::$table = "rss_news"
RssNews::$primaryKey = "id"
RssNews::$_schema = array
RssNews::$validate = array
RssNews::$validationErrors = array
RssNews::$tablePrefix = NULL
RssNews::$name = "RssNews"
RssNews::$alias = "RssNews"
RssNews::$tableToModel = array
RssNews::$logTransactions = false
RssNews::$transactional = false
RssNews::$cacheQueries = false
RssNews::$belongsTo = array
RssNews::$hasOne = array
RssNews::$hasMany = array
RssNews::$hasAndBelongsToMany = array
RssNews::$Behaviors = BehaviorCollection object
RssNews::$whitelist = array
RssNews::$cacheSources = true
RssNews::$findQueryType = "all"
RssNews::$recursive = 1
RssNews::$order = NULL
RssNews::$__exists = NULL
RssNews::$__associationKeys = array
RssNews::$__associations = array
RssNews::$__backAssociation = array
RssNews::$__insertID = NULL
RssNews::$__numRows = NULL
RssNews::$__affectedRows = NULL
RssNews::$_findMethods = array
RssNews::$_log = NULL
$queryData = array(
"conditions" => array(
"pubDate" => "/(06 Feb 2012)/"
),
"fields" => null,
"joins" => array(),
"limit" => 20,
"offset" => null,
"order" => array(
array()
),
"page" => 1,
"group" => null,
"callbacks" => true
)
$data = array(
"Rss" => array(
"version" => "2.0",
"Channel" => array()
)
)
$channel = array(
"title" => "wgf news",
"description" => "Pipes Output",
"link" => "http://pipes.yahoo.com/pipes/pipe.info?_id=flu9lwV93hG7zrjDHzfpSg",
"Link" => array(
"rel" => "next",
"href" => "http://pipes.yahoo.com/pipes/pipe.run?_id=flu9lwV93hG7zrjDHzfpSg&_render=rss&page=2"
),
"pubDate" => "Mon, 06 Feb 2012 22:13:05 +0000",
"generator" => "http://pipes.yahoo.com/pipes/"
)
$items = null
$result = array()
);*/
$result = array();
foreach($items as $item) {
RssSource::read() - APP/models/datasources/rss_source.php, line 113
Model::find() - CORE/cake/libs/model/model.php, line 1961
NewsController::index() - APP/controllers/news_controller.php, line 18
Object::dispatchMethod() - CORE/cake/libs/object.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88