-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
96 lines (86 loc) · 2.37 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#~#~#~#~#~#~#~#~#
READ ME
#~#~#~#~#~#~#~#~#
___________________
0. What is Mbrodjol?
Mbrodjol is a simple web application developed with Code Igniter,
to manage your futsal team's stories.
You can
Manage Games
Manage Matches
Manage Players
Manage Opponents
View Top Scorers
Manage Places/Stadium
Balance
View Details
Player Pays
Manage Incomes
Manage Outcomes
_______________
1. Requirements
You need
[] Code Igniter newest version (>=1.7.2), visit
www.codeigniter.com
[] Web server installed (Apache prefered)
[] Web browser (other than IE)
[] MySQL running properly, with an empty database
_______________
2. Installation
a. Install Code Igniter, make sure everything runs well
b. Create an empty database in MySQL, configure
system/application/config/database.php so it fits with
your database settings (username, password, db_name, etc
c. You will get
controllers/
accounts.php
games.php
incomes.php
index.html
matches.php
opponents.php
outcomes.php
places.php
players.php
scorers.php
welcome.php
views/
accounts_add_view.php
accounts_search_view.php
accounts_view_header.php
accounts_view.php
games_add_view.php
games_edit_view.php
games_view.php
incomes_add_view.php
incomes_view.php
index.html
matches_edit_view.php
matches_view.php
opponents_add_view.php
opponents_view.php
outcomes_add_view.php
outcomes_view.php
places_add_view.php
places_view.php
players_add_view.php
players_attendances_view.php
players_edit_view.php
players_view.php
scorers_match_view.php
scorers_view.php
styles (directory)
welcome_message.php
Copy all files in the controllers to _your_ controllers
and all files in the views folder to your views
d. Open your web browser and visit the welcome controller,
e.g http://localhost/ (if you install CodeIgniter in root
folder as usual)
e. Click "Install Application", and enjoy..
__________
3. License
Mbrodjol licensed under GPL v.2. Please read LICENSE.txt
_______
4. More
More information is provided on www.github.com/sangprabo/mbrodjol or
contact me by email prabowo.murti AT gmail.com