I am using a skeleton application for ZF2.0.0Beta3.
So, usually I just used Zend_Debug :: dump ($ someVar); however, in ZF2, it does not include zend classes.
The error is: Fatal Error: Class 'Zend_Debug' not found..
This is probably really the main question, but what is the best way to include this class? Should I put require_once('path/to/Debug.php'); ?
source share