Deprecated
Methods summary
-
Model::
__constructLinkedModel()
$this->$className use $this->$assoc instead. $assoc is the 'key' in the associations array; examples: var $hasMany = array('Assoc' => array('className' => 'ModelName')); usage: $this->Assoc->modelMethods();
var $hasMany = array('ModelName'); usage: $this->ModelName->modelMethods();
-
Model::
getDisplayField()
-
Model::
findAll()
-
Model::
findCount()
-
Model::
findAllThreaded()
-
Model::
findNeighbours()
-
View::
renderElement()
-
Xml::
compose()
-
XmlHelper::
addNs()
-
XmlHelper::
removeNs()
Properties summary
-
EmailComponent::
$_lineLength
see lineLength