After upgrading to 2.0 many "hacks" like accessing protected attributes are not possible anymore.
For example (AssetHelper):
$scripts = $this->View->_scripts;
//pack and return combined scripts
The helper fatal errors, of course. Does anyone know how to access those attributes in 2.0 without creating too much overhead in the process? Are the AssetHelper and other such classes outdated if they try to access the View from inside a Helper?