Skip to content

Instantly share code, notes, and snippets.

@slywalker
Created March 6, 2010 02:34
Show Gist options
  • Save slywalker/323445 to your computer and use it in GitHub Desktop.
Save slywalker/323445 to your computer and use it in GitHub Desktop.
<?php
class Post extends AppModel {
var $name = 'Post';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment