1.4.6 Build 488

visual editor for ORM frameworks

Pricing information Free download

Custom Object Properties

ORM framework support in ORM Designer is defined in human readable XML documents. All database model objects properties can be customized for ORM framework. Object properties can have simple values of scalar types. For example boolean values (set column as primary key or auto increment) or numbers (string length). ORM frameworks extend regular databases with advanced features: versioning, translatable tables, application cascade deletes, inheritance etc. ORM Designer contains complex object properties. You can select columns to be translated, or tables to be versioned.

Property Window

  • Property window: ORM Properies - property window Properties window is used to set ORM framework specific attributes on a database model object.
  • Context filter: Only properties applicable on selected object are shown in property window.
  • User friendly: You don't have to remember framework attributes anymore, because you get full overview of all attributes that can be set on each object.

Custom Definitions

  • XML format: ORM Properies - attribute maintainance ORM framework specific features are defined in a human readable XML document. Even complex changes to object behaviour in a database model can be done through these XML definitions.
  • User extendable: You can overwrite predefined definitions to include your ORM framework extensions (e.g. custom behaviours in Doctrine framework). These definitions are stored in a user directory.
  • Smart import: ORM Designer learns new ORM framework features on import. You don't lose any definitions even if these are not predefined.

Model Objects

  • Objects: Database model contains these objects: project, module/plugin, region, table, column, relation. Each of these objects has dynamic properties which can be customized for ORM framework or extended by user.

Data Types

Properties can accept values of these data types:

  • Scalar types: string, boolean, float, integer.
  • Object types: column, table.
  • Complex types: enumeration of values, list of values, set of values, structure, list of structure, set of structure.

Extended properties of data types:

  • Inheritance: in set and list data types (list of "Abstract Parent" filters values to be only child elements of a parent)
  • Structures: Complex structures can be created from basic data types.
  • Recursion: Recursive attributes are supported.

Values Autocompletion

When editing object properties values are filtered by allowed data type:

  • Combo box types:
    • Boolean - true/false
    • Enumeration - list of predefined values
    • Table - list of tables in a database model
    • Column - list of columns of selected table
  • Multiple choices types:
    • list of columns (e.g. selecting translatable columns), list of tables (e.g. selecting versionable tables)

ORM Properies - Values Autocomplete

ORM Properies - Values Autocomplete

ORM Properies - Values Autocomplete

ORM Properies - Values Autocomplete


Real World Examples

  • Doctrine: Doctrine table behaviours.
  • Doctrine: Database specific definitions (database engine, charset etc.)
  • Propel: Propel vendor properties.

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