Jump to content

Zendframework modules and models


ajlisowski

Recommended Posts

Hey all, I am trying to get my module to properly auto-load my resources. Right now I have two modules- login and projectplan.

 

login uses a form that is located in: applications/modules/login/forms/Login.php And the class is login_Form_Login. This gets loaded fine.

 

Projectplan has a model and it is located in: applications/modules/projectplan/models/DbTable/project.php. And its class name is: projectplan_Model_DbTable_project

 

It is giving the following error: Class 'projectplan_Model_DbTable_project' not found

 

Any idea why its not finding this model?

 

In my config I have: resources.modules[] = ""

 

Which should initiate the autoloader for each of my modules.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.