![]() |
Zend_Loader fails.
I'm getting into Zend Framework and so far I'm loving it, but.. I cannot load any classes cause of the Zend_Loader having problems with the inclusion paths, I've tried many different ways of doing this including changing the file's directory location, set inclusion paths, everything, no go.
I fail to see why replacing the underlines with trailing slashes is such a good idea for loading classes.. *!* My current code: Code:
require_once( "library/Zend/Loader.php" );My Errors: Code:
Warning: Zend_Loader::include_once(Zend\Config\Ini.php) [zend-loader.include-once]: failed to open stream: No such file or directory in \library\Zend\Loader.php on line 83 |
Nevermind, I fixed it. Apparently I set the inclusion path in set_include_path wrong.
This code fixed it: Code:
$incArgs[] = "C:/wamp/www/ZendTest/application"; |
Quote:
|
Quote:
|
| All times are GMT. The time now is 11:02 AM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0