Oct 04 2009
∞
“ class HogeHelper extends AppHelper { var $view = null; function __construct() { parent::__construct(); $this->view =& ClassRegistry::getObject(‘view’); }
}
}