Hai
I got an error message
Notice: Use of undefined constant APPLICATION_PATH - assumed \'APPLICATION_PATH\' in C:\\wamp\\www\\index.php on line 4 Notic
Re,
the application path is the application directory of your Zend project
define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../application/'));
see the quick start for reference
Cheer