1.4.6 Build 488

visual editor for ORM frameworks

Pricing information Free download

ORM Designer command line support

This article describes all available ORM Designer's command line parameters.

Open a project

If you want to open existing ORM Designer project directly from command line, you can use following command line parameters. If project path contains blank characters, use quotation.

OrmDesignerCore.exe PROJECT_PATH

OrmDesignerCore.exe -open-project PROJECT_PATH

Result of both parameters is the same

Import a project

To run ORM Designer and open Import new project wizard tool, use following parameters:

OrmDesignerCore.exe -import-project

To pass additional parameters to the import wizard, use following:

Predefined ORM

Use this parameter if you want to pre-select ORM framework name. Name of this framework equals to the ORM name in configuration files (e.g. doctrine, propel):

-input-orm ORM

Predefined MVC

Use this parameter if you want to pre-select MVC framework name. Name of this framework equals to the MVC name in configuration files (e.g. symfony, cakephp).

-input-mvc MVC

Predefined directory

Use this parameter to pre-select project root directory. If path contains blank chars, use quotation.

-input-dir PATH
-input-dir "PATH WITH SPACES"

Predefined new project name

Use this parameter to pre-fill new project name. If name contains blank chars, use quotation.

-input-project-name NAME
-input-project-name "NAME WITH SPACES"

Root file path

If you want to store ORM Designer root file (this file contains project meta data) to another location then change project root dir. If path contains blank spaces, use quotation.

-input-project-root-file PATH
-input-project-root-file "PATH WITH SPACES"

Usage example

OrmDesignerCore.exe -import-project -input-dir c:\ORM -input-orm Doctrine -input-mvc Symfony -input-project-name "Test Import" -input-project-root-file c:\result.ormdes

ORM Designer on Twitter

Feed from our blog

Missing field-type icons in ORM Designer

Propel ORM Behaviors support!

Propel ORM validators support!

How to change export format (schema.yml / schema.xml)

How to import model from MySql Workbench

New visual symbols for NULL/NOT NULL column types

Execute another application from ORM Designer import/export script

Forum topics

ORM Designer forum: http://forum.orm-designer.com/

About ORM Designer

ORM Designer is a tool for modelling entity relationship diagrams (ERD). The biggest advantage is full support of any ORM framework which has its definitions stored in a markup language or other structured file.

Currently supported ORMs are PHP Doctrine, PHP Propel and CakePHP frameworks, but more will be added in close future.

Inventic s.r.o. - PayPal verified

Real Time Web Analytics

Clicky

Legal notice: The name CakePHP and the cake icon are trademarks of the Cake Software Foundation Inc., and used with permission. "symfony" is a trademark of Fabien Potencier.

© 2009-2012 Inventic s.r.o. all rights reserved