OSDN Git Service

members and notes scoffold
authorcake_67 <cake_67@46fa8b77-3530-0410-9d82-d95c44d28aba>
Fri, 9 Oct 2009 02:31:21 +0000 (02:31 +0000)
committercake_67 <cake_67@46fa8b77-3530-0410-9d82-d95c44d28aba>
Fri, 9 Oct 2009 02:31:21 +0000 (02:31 +0000)
commit9ab5b7f30499d248105f5702a5ddc68986e88e04
treeb787c4deef904c9938d6671520478252664ef5cc
parentcf8a5f551feab62ea704a96dd25f27ebe9c36924
members and notes scoffold

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/trpgtools-onweb/src/trunk/cakePHP_frame@62 46fa8b77-3530-0410-9d82-d95c44d28aba
22 files changed:
app/config/sql/members.sql [new file with mode: 0644]
app/config/sql/notes.sql [new file with mode: 0644]
app/controllers/members_controller.php [new file with mode: 0644]
app/controllers/notes_controller.php [new file with mode: 0644]
app/models/member.php [new file with mode: 0644]
app/models/note.php [new file with mode: 0644]
app/views/members/add.ctp [new file with mode: 0644]
app/views/members/admin_add.ctp [new file with mode: 0644]
app/views/members/admin_edit.ctp [new file with mode: 0644]
app/views/members/admin_index.ctp [new file with mode: 0644]
app/views/members/admin_view.ctp [new file with mode: 0644]
app/views/members/edit.ctp [new file with mode: 0644]
app/views/members/index.ctp [new file with mode: 0644]
app/views/members/view.ctp [new file with mode: 0644]
app/views/notes/add.ctp [new file with mode: 0644]
app/views/notes/admin_add.ctp [new file with mode: 0644]
app/views/notes/admin_edit.ctp [new file with mode: 0644]
app/views/notes/admin_index.ctp [new file with mode: 0644]
app/views/notes/admin_view.ctp [new file with mode: 0644]
app/views/notes/edit.ctp [new file with mode: 0644]
app/views/notes/index.ctp [new file with mode: 0644]
app/views/notes/view.ctp [new file with mode: 0644]