Details
Description
http://framework.zend.com/manual/en/zend.dojo.build-layers.html#zend.dojo.build-layers.profiles
contains a method
public function getBuild() { if (null === $this->_build) { $this->_build = new Zend_Dojo_BuildLayer(array( 'view' => $view, 'layerName' => 'custom.main', )); } return $this->_build; }
uh.... where does the $view variable get set?
Thanks
set component and auto reassign