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() - COREapp/controllers/news_controller.php, line 16
Object::dispatchMethod() - COREcake/libs/object.php, line 119
Dispatcher::_invoke() - COREcake/dispatcher.php, line 245
Dispatcher::dispatch() - COREcake/dispatcher.php, line 211
[main] - COREhtml/index.php, line 88