Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created August 29, 2014 09:21
Show Gist options
  • Save coreymcmahon/5aad21e02da48da7ce8f to your computer and use it in GitHub Desktop.
Save coreymcmahon/5aad21e02da48da7ce8f to your computer and use it in GitHub Desktop.
Using the Repository Pattern - example 3 - http://www.slashnode.com/why-use-repository-pattern/
<?php
class Post extends Model
{
public static function getRecent()
{ /* … etc …*/ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment