On Sat, Nov 29, 2008 at 1:09 AM, Tim Nagel <[EMAIL PROTECTED]> wrote: > You should take a look at the documentation for the Auto Loader. > > http://framework.zend.com/manual/en/zend.loader.html (the quick start guide > has examples on it as well)
I second this, use autoload and the Zend_Loader. If you find yourself in need for more performance, I've also blogged some on the topic: http://till.vox.com/library/post/zendframework-performance.html Cheers, Till
