Skip to content

Instantly share code, notes, and snippets.

@karad
Created October 4, 2011 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karad/1260908 to your computer and use it in GitHub Desktop.
Save karad/1260908 to your computer and use it in GitHub Desktop.
Play Framework using CakePHP Database
@Entity
@Table(name="statuses")
public class Status extends Model{
@Required
public String name;
public Date created;
public Date modified;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment