So what should I do now? I thought the Zend_Loader was supposed to handle loading this file automaticly by the naming convention?
P.S.... This isn't my first ZF project but it's the first time I'm using it with a Data Mapper and I just started the project.... I'm liking the DM way of things though.
P.S. 2.0: I hate to start a new topic on this, but I need to know: I'm thinking about using the ZF Modules ability creating a default and admin module. If I define all the DbTables, Models, and Mappers in the default model, can they be accessed in the admin module or do I need to copy and paste them into the admin module?