ormcheatsheet.com - ORM Cheatsheet | Your number one ORM reference

Description: Quick guide and reference manual of ORM syntax. Provides help getting started with ORM frameworks and example ORM schema definitions from fields, to entitieas and associations.

association (8410) doctrine (171) orm (160) inheritance (124) propel (17) doctrine2 (6) cake php (2) orm framework (1) orm mapping (1) orm model (1)

Example domain paragraphs

Define the following requirement in your composer.json file:

Autoloading is taken care of by Composer. You just have to include the composer autoload file in your project:

<?php // bootstrap.php // Include Composer Autoload (relative to project root). require_once "vendor/autoload.php" ; For more details check the documentation .

Links to ormcheatsheet.com (1)