Zend Framework helloworld uygulama geliştirme

0 Cevap php

I this maddesine göre zend çerçevesinde merhaba dünya uygulaması geliştiriyorum

Ben bu sorunu alıyorum

Warning: require_once(Zend/Loader/Autoloader.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\helloworld\index.php on line 11

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader/Autoloader.php' (include_path='C:\wamp\www\helloworld/library;.;C:\php5\pear') in C:\wamp\www\helloworld\index.php on line 11

Bu autoloader.php nerede i kitaplık klasörü dahil ettik.

i autoloader sınıf satırları açıklama ve ben bu hatayı aldım daha çalıştırırsanız.

.;C:\php5\pear // this is my set_include_path();
Fatal error: Class 'Zend_Controller_Front' not found in C:\wamp\www\helloworld\index.php on line 17

Sorunun ne olduğunu bana yardımcı olun.

Teşekkürler

0 Cevap