autoload
Why IDEA doesn't load default jars?
I\'ve got a similar to this post problem, the only difference is that it\'s opposite. 开发者_开发问答:D I\'ve got only jdk (using jre from jdk package). When I add this in SDKs section, I suppose IDEA[详细]
2023-02-10 11:15 分类:问答Autoloading classes in php - is it a good practice? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-02-07 17:33 分类:问答Symfony's autoload vendor files doesn't seem to be working
I\'m building a Symfony 1.4 project, and I\'m attempting to use PEAR\'s Crypt_RSA package.Unfortunately, the package hasn\'t been updated in awhile, so instead of doing a simple pear install from the[详细]
2023-02-06 23:15 分类:问答PHP autoload MVC
I came across the __autoload function in PHP and would like to use it with my MVC folder structure. The function itsself is pretty easy, but how do I achieve a dynamic folder scanning after some kind[详细]
2023-02-05 21:24 分类:问答Symfony autoload skipping classes
I have a symfony 1.4 project that has been is use for several years now. In the past few weeks the autoload has started skipping classes, arbitrarily as far as I can tell. This occurs in both plugins[详细]
2023-02-05 19:12 分类:问答How to use an external lib? (PclZip)
I\'d like to use the PclZip lib in a Magento module. I installed it through my package manager (libphp-pclzip) but I\'m not able to use it directly in my module, the Magento autoloader tries to get th[详细]
2023-02-05 16:17 分类:问答Zend_Tool and project autoloading
I\'m using Zend_Tool in a ZF app, which was originally generated by Zend_Tool. I can create controllers fine, but when I try to create an action I get a Fatal Error: Class ... not found in ....[详细]
2023-02-03 03:54 分类:问答Can't load Action Helpers in Zend-framework application
I\'m trying to create an Action Helper, but I\'m havin\'t a hard time loading it and I\'m getting this error:[详细]
2023-02-01 03:14 分类:问答Zend Framework 1.11 + Doctrine 2 Integration: Autoloading Models models/user.php -> Model\User
How can I setup autoloading such that I can have my directory structure like /application /models<<--- plural[详细]
2023-01-30 20:21 分类:问答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 分类:问答