* Copyright 2005-2007, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @filesource * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.templates.views * @since CakePHP(tm) v 0.10.0.1076 * @version $Revision$ * @modifiedby $LastChangedBy$ * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ ?>

View

primaryKey; $otherDisplayField = $otherModelObj->displayField; echo "\t\t".Inflector::humanize($otherModelClass)."\n"; echo "\t\t\n\t\t\tlink(\${$singularVar}['{$otherModelClass}']['{$otherDisplayField}'], array('controller'=> '{$otherControllerPath}', 'action'=>'view', \${$singularVar}['{$otherModelClass}']['{$otherPrimaryKey}'])); ?>\n\t\t\t \n\t\t\n"; } else { echo "\t\t".Inflector::humanize($field['name'])."\n"; echo "\t\t\n\t\t\t\n\t\t\t \n\t\t\n"; } } ?>
$assocData): $otherModelKey = Inflector::underscore($assocData['className']); $otherControllerPath = Inflector::pluralize($otherModelKey); $otherControllerName = Inflector::camelize($otherControllerPath); $assocKey = Inflector::underscore($assocName); $otherPluralHumanName = Inflector::humanize(Inflector::pluralize($assocKey)); $otherSingularHumanName = Inflector::humanize($assocKey); $otherModelObj =& ClassRegistry::getObject($otherModelKey); $otherFields = $otherModelObj->_tableInfo->value; $otherPrimaryKey = $otherModelObj->primaryKey; if($i++ % 2 == 0) { $class = ' class="altrow"'; } else { $class = null; } ?> $assocData): $otherModelKey = Inflector::underscore($assocData['className']); $otherModelObj =& ClassRegistry::getObject($otherModelKey); $otherControllerPath = Inflector::pluralize($otherModelKey); $otherControllerName = Inflector::camelize($otherControllerPath); $otherSingularVar = Inflector::variable($assocName); $otherPluralHumanName = Inflector::humanize(Inflector::pluralize($assocName)); $otherSingularHumanName = Inflector::humanize($assocName); $otherFields = $otherModelObj->_tableInfo->value; $otherPrimaryKey = $otherModelObj->primaryKey; ?>