Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6979509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:53:46+00:00 2026-05-27T17:53:46+00:00

I have a module named Admin in my zend project.I am redirecting to the

  • 0

I have a module named Admin in my zend project.I am redirecting to the action named viewAction of the controller named DeliveryCentersController by using

$this->_helper->redirector->gotoSimple('view','deliveryCenters','Admin',array('param1' => 'test'));

Now in viewAction of deliveryCentersController I have following:

 class Admin_DeliveryCentersController extends Zend_Controller_Action
 {

      public function viewAction()
      {
          $region=new Admin_Model_DbTable_Region();
          $this->view->dc=$region->getDeliveryCenters();
          // action body
      }

  }

here I have a class named Admin_Model_DbTable_Region in admin module in model/DbTable folder.
Now execution is redirected to viewAction of admin module but saying error as
Fatal error: Class ‘Admin_Model_DbTable_Region’ not found in C:\Users\398853\Documents\NetBeansProjects\MST\application\modules\Admin\controllers\DeliveryCentersController.php on line 19
Plz resolve this error.Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T17:53:47+00:00Added an answer on May 27, 2026 at 5:53 pm

    add this in your application.ini:

    resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
    resources.modules[] = ""
    

    and add the Bootstrap.php file in your modules admin:

    class Admin_Bootstrap extends Zend_Application_Module_Bootstrap
    {
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Zend project named pro1 I have one module named Admin.In this module I
I am using django and I have a file named models.admin.py and I want
I have been using doctrine with zend in a project without modules. It is
I have installed pinax, and created a project with the pinax-admin After that I
I am trying to create a list action in the admin generator. I have
I have installed pinax, and created a project with the pinax-admin then I copied
I have simple front controller plugin which contains this code: http://pastebin.com/m155c59b0 When session expire
I have an admin module, that has a file input filed, where I'd like
I have a module called 'admin' in my application, which is accessible at /mysite/admin.
I have a module with a pretty annoying tree structure like this APP -CODE

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.