Code |
Context$url_alias = null
$intProfile = null
$arrFields = array()
$arrConditions = array(
"Profile.id" => null,
"Profile.active" => 1
)
$arrProfile = false
$arrReturn = array()
$this->set('intSelectedProfileAlias', $arrProfile['Profile']['alias']);
$this->set('arrProfile', $arrProfile);
$this->set('arrProfiles', $arrProfiles);
ProfilesController::write_review_display() - APP/controllers/profiles_controller.php, line 1385
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 86