zend-autoloader
zend autoloader error messages
I am using this autoloader to load multiple external libraries in my zend app. The classes开发者_StackOverflow中文版 are loaded correctly and works fine. But i seem to have an issue while loading clas[详细]
2023-04-07 11:45 分类:问答Zend Autoloader - Load files from directory
I was wondering if there\'s any way to use Zend Autoloader to load all files from specific directory and subdirectories?[详细]
2023-03-29 14:06 分类:问答Module autoloader in Zend framework
I developing a project using Zend framework and I came across the following problem. I\'m using Zend framework MVC folder structure generated using their zf.sh script.[详细]
2023-03-14 17:51 分类:问答addResourceType - how can I add Models_Mapper as a resource?
I\'m writing a PHP application using PHP 5.3 and Zend Framework 1.11.7. I created model resource using the following command:[详细]
2023-03-13 17:11 分类:问答Autoloading in zend framework
how to autoload a class in custom directory on module path. My application\'s structure is like below[详细]
2023-03-11 04:20 分类:问答Zend Autoloading models issue
Zend framework. I want to autoload my models classes inside models folder, from within bootstrap class.[详细]
2023-03-06 13:34 分类:问答zend_loader_autoloader does not seem to load abstract class
I am getting a grip on Zend_Autoload but a non-zend class I have is not loading when extended. The autoloader is initialized like so:[详细]
2023-02-28 06:46 分类:问答Zend Framework 1.11 really slow.. Why?
I Use Zend Framework 1.11 and this is really slow for me. I Have a button and the开发者_开发问答n, when I click on it, that perform an ajax request.[详细]
2023-02-02 05:48 分类:问答Is setting include path and autoloading two different things?
I\'m noticing that adding the include path of a folder I need is not enough to access the classes. I have a folder ap开发者_Go百科plication/tests/ which contains application/tests/Test.php[详细]
2023-01-30 14:24 分类:问答zend framework models location and autoloading
I\'ve started to document myself regarding Zend Framework as I will soon start using it in production. Everything was working fine, until I started to use and work with models :).[详细]
2023-01-30 06:53 分类:问答