[fw-general] Re: Where to place auto loader?

2011-03-15 Thread nettrinity
Thanks for you input. Let me think for a while...:) -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Where-to-place-auto-loader-tp3352960p3355523.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info:

[fw-general] Where to place auto loader?

2011-03-14 Thread nettrinity
There is sample code here to show how to use the loader, but it doesn't tell you where to place the code. Should I load resource in bootstrap.php file? in the _initXXX function? http://framework.zend.com/manual/1.11/en/zend.loader.autoloader-resource.html Thanks~ -- View this message in

[fw-general] Why the Zend_Loader_Autoloader_Resource exists?

2011-03-14 Thread nettrinity
Dear friends, I have the following questions regards the auto loader: 1. what is the purpose of Zend_Loader_Autoloader_Resource? 2. Why Zend needs us to load things? 3. what is the difference between load and include in PHP? Thanks~ Nicolas -- View this message in context: