Maybe what you're looking for is the resource loader.
http://framework.zend.com/manual/en/zend.loader.autoloader-resource.html
It lets you specify a path for a particular namespace.
Eg. you might have the following layout:
/application
/model
Using the resource loader you can set it up so that
My\Model\User.php => /application/model/User.php
Cheers,
David
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/How-do-i-setup-Autoloading-of-PHP-5-3-namespaced-classes-and-specify-a-base-path-tp2301361p2308031.html
Sent from the Zend Framework mailing list archive at Nabble.com.