Lines Matching refs:_details

24 		foreach ($associations['belongsTo'] as $_alias => $_details) {
25 if ($_field === $_details['foreignKey']) {
30 ${$singularVar}[$_alias][$_details['displayField']],
31 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'view'…
68 foreach ($_data as $_alias => $_details) {
69 if ($_details['controller'] != $this->name && !in_array($_details['controller'], $done)) {
72 __d('cake', 'List %s', Inflector::humanize($_details['controller'])),
73 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'index…
79 … array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'add')
82 $done[] = $_details['controller'];
91 foreach ($associations['hasOne'] as $_alias => $_details): ?>
93 <h3><?php echo __d('cake', "Related %s", Inflector::humanize($_details['controller'])); ?></h3>
110 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'edit'…
129 foreach ($relations as $_alias => $_details):
133 <h3><?php echo __d('cake', "Related %s", Inflector::humanize($_details['controller'])); ?></h3>
139 if (isset($_details['with'])) {
140 $index = array_search($_details['with'], $otherFields);
162 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'view'…
168 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'edit'…
174 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'delet…
176 …__d('cake', 'Are you sure you want to delete # %s?', ${$otherSingularVar}[$_details['primaryKey']])
189 … array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'add')