我正在使用ZF2.0.0Beta3的骨架应用程序.
所以,通常我会使用Zend_Debug :: dump($ someVar); 但是,在ZF2中,它似乎不包括zend类.
The error is: Fatal Error: Class 'Zend_Debug' not found..
Run Code Online (Sandbox Code Playgroud)
这可能是一个非常基本的问题,但是包含该课程的最佳方式是什么?我要放require_once('path/to/Debug.php');吗?