Skip to content

Instantly share code, notes, and snippets.

View marchewitt's full-sized avatar
😀

Marc Hewitt marchewitt

😀
View GitHub Profile
@Ocramius
Ocramius / User.php
Created October 23, 2011 14:22
Doctrine 2 @OneToMany @manytoone example
<?php
namespace HelloWorld;
use InvalidArgumentException;
/**
* This class is somewhere in your library
* @Entity
* @Table(name="users")
*/