configuration changes for git, added list of players for actual game
commit9c40f09139d7e5fc80fdd93f60d91d44e3d09c00
authorklingac <mklingac@gmail.com>
Thu, 26 Feb 2009 01:16:12 +0000 (26 02:16 +0100)
committerklingac <mklingac@gmail.com>
Thu, 26 Feb 2009 01:16:12 +0000 (26 02:16 +0100)
tree979fa04a9cecf25590c423ce75af8088775fb03b
parent48a4001a4210c36d5cf1ec70fced7295488b8ffa
configuration changes for git, added list of players for actual game

+.gitignore
ignore backup(~) files and IDE files

+REMOTEREPO
link to remote repo

+appliation/controllers/IndexController.php
finished method getActualPlayerlist

application/models/Game.php
changes for new concept

application/views/scripts/index/index.phtml
we can now see players who sign for new game
.gitignore [new file with mode: 0644]
REMOTEREPO [new file with mode: 0644]
application/controllers/IndexController.php
application/models/Game.php
application/views/scripts/index/index.phtml