Skip to content

Instantly share code, notes, and snippets.

@RyosukeKamei
Last active July 17, 2016 11:26
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 RyosukeKamei/7bb7753f24e324ac11550d2165c1bfd4 to your computer and use it in GitHub Desktop.
Save RyosukeKamei/7bb7753f24e324ac11550d2165c1bfd4 to your computer and use it in GitHub Desktop.
命名規則「3ヶ月後の自分自身に優しく、チームに優しく、まだ見ぬメンバーに優しく」 ref: http://qiita.com/RyosukeKamei/items/0f697d2e2902b7488223
/*
* questionはテーブル名
*/
class Model_Question extends Model
{
/*
* questionテーブル
*/
// 略
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment