Code |
Context$month = array(
"2008"
)
else {
$month = split('-', $month);
$news = $this->News->find('all', array('conditions' => array('MONTH(created)' => $month[0], 'YEAR(created)' => $month[1]), 'order' => array('created' => 'DESC')));
NewsController::index() - APP/controllers/news_controller.php, line 16
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - ROOT/public_html/index.php, line 88