Code }
$this->Gallery->getGroup($this->params);
$this->set('modeData',$this->Gallery->groups[$this->Gallery->mode]);
GalleriesController::beforeFilter() - APP/controllers/galleries_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Code |
Context$id = "110"
$fields = array(
"gal_id"
)
$order = array(
"group.grp_order ASC, gallery.gal_title ASC"
)
$fields = array('gal_id');
$order = array('group.grp_order ASC, gallery.gal_title ASC');
$conditions = array("gallery.gal_group" => $this->Gallery->groups[$this->Gallery->mode]['groups']);
GalleriesController::view() - APP/controllers/galleries_controller.php, line 92
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88