View Single Post
  #4 (permalink)  
Old 05-14-2009, 11:43 PM
Tekerson Tekerson is offline
Senior Member
 
Join Date: Jul 2008
Posts: 288
Default

There shouldn't be any need to rename the class/file as suggested - the resource autoloader should find it, your configuration looks good as far as I can see (I haven't read that tutorial).

Does the file /home/cardcc/public_html/zendframework/zend3/application/models/DbTable/Albums.php exist?

I just checked a working app I have and it also causes the double slash // in the resource autoloader but it doesn't prevent anything from loading (on a linux box). So it does seem like a bug, but doesn't seem to matter. (You could check this on your platform by adding a // to any include/require you know works otherwise).
__________________
Brenton Alker
PHP Developer - Brisbane, Australia

blog.tekerson.com | twitter.com/tekerson | brenton.mp
Reply With Quote