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

  • SEARCH
  • Home
  • 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 4013558
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:23:10+00:00 2026-05-20T09:23:10+00:00

I have been using doctrine with zend in a project without modules. It is

  • 0

I have been using doctrine with zend in a project without modules. It is working fine.

But now I am working on zend project with different modules in it. structure is something like that

application
---modules
------admin
---------models
---------controllers
---------views

I have a yml schema

options:
    type: INNODB
    collate: utf8_general_ci
    charset: utf8
User:
  columns:
    id:
      type: integer
      primary: true
      autoincrement: true
    name: string(255)
    email: string(300)

and I am runing this command on shell to generate models and db.

shell> ./doctrine build-all-reload

and it is generate the models directly under APPLICATION folder.
While I want to generate the models in APPLICATION -> MODULES -> ADMIN -> MODELS
folder

Please guide me, what configuration I need to do to achieve above results.

  • 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-20T09:23:11+00:00Added an answer on May 20, 2026 at 9:23 am

    You can pass a configuration array with ‘models_path’ to the Doctrine_Cli constructor.

    $config = array(
        'models_path' => APPLICATION_PATH . '/modules/admin/models'
    );
    
    $cli = new Doctrine_Cli($config);
    

    See http://www.doctrine-project.org/projects/orm/1.2/docs/manual/utilities/en#command-line-interface for more about the cli configuration options.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been working with Zend Framework (using Doctrine as the ORM) for quite a
I'm using Doctrine 1.2 as my ORM for a Zend Framework Project. I have
I have been using Castle MonoRail for the last two years, but in a
I have been using C# for a while now, and going back to C++
I have been using ASP.NET for years, but I can never remember when using
I have been using Ruby for a while now and I find, for bigger
I have been using IoC for a little while now and I am curious
I have been using the CSLA framework for couple of years now for windows
I have been using a stored procedure for more than 1.5 years. But I've
I have been using VS2010 without any issues, always on the same application. Suddenly

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.