Skip to content

WishCow/ORMDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORMDemo

A small demo, to complement one of my blog posts, which is a reply to Bad ORM is infinitely worse than bad SQL by Mattias Geniar. It will simply run a few DQL queries, outputting the generated SQL queries, and then iterate over the result sets. Obviously this is not my usual coding style, I throw way more globals around :)

Install

  • Clone the repo somewhere, cd into the directory
  • Get composer from Packagist (easiest way: "curl -s http://getcomposer.org/installer | php")
  • Get the dependencies by running "php composer.phar install"
  • Give your db details in the setup.php file, line 2-3 (doesn't have to be root)
  • Create an empty database named "ormdemo"
  • Run php doctrine.php orm:schema-tool:create (This will create the database tables)
  • Run the app with php run.php

About

A small demo, to complement one of my blog posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages