David Muir wrote:
> 
> You don't need to include Zend in the path. Not sure about Doctrine, but
> my guess is that it isn't needed either.
> 
You are correct...adding either Zend or Doctrine to the path is redundant.
Just put the library path in the include_path and you will be fine. Assuming
you are using Zend_Loader_Autoloader, you'll need this:

In order application.ini
Autoloadernamespaces[] = "Doctrine"

or 

In application code/bootstrap
$autoLoader->registerNamespace('Doctrine');


You will not need to do this for Zend or ZendX as those are taken care of
automatically by Zend_Loader_Autoloader.

-----
--
Wil Moore III

Why is Bottom-posting better than Top-posting:
http://www.caliburn.nl/topposting.html
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Problem-upgrading-to-ZF10-1-please-advise-tp2322406p2327265.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to