Skip to content

Instantly share code, notes, and snippets.

View Alan01252's full-sized avatar

Alan Hollis Alan01252

View GitHub Profile
@Alan01252
Alan01252 / sample.php
Created June 14, 2012 17:41
Repository code suggestion
<?php
//These classes instead of being in customRepositories are now in /bundles/myBundle/model/
class Staff extends Repository
{
}
class Account extends Repository
{