Questions tagged [zend-autoloader]

92 questions
-1
votes
1 answer

PHP class not found in autoloaded implementation file

I really hope this isn't a duplicate, but here I go: I use Zend's autoloader to load classes. It seems to work, at least it loads the correct file when instantiating my class (Common_TestTest) which is implemented in Common/TestTest.php. But then I…
Jan Olaf Krems
  • 2,274
  • 1
  • 14
  • 11
-2
votes
1 answer

Correct way to query a MySql database in Zend Framework 2

After a long struggle and research, I have finally been able to query a database in mysql table using zend framework 2. I am using the Autoloader. Here is the code: require_once 'Zend/Loader/StandardAutoloader.php'; $loader = new…
mokko211
  • 597
  • 2
  • 9
  • 25
1 2 3 4 5 6
7