GithubHelp home page GithubHelp logo

prabowomurti / mbrodjol Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 118 KB

simple web application to manage futsal team's stories, created with codeigniter

Home Page: www.prabowomurti.com

License: GNU General Public License v2.0

PHP 100.00%

mbrodjol's Introduction

#~#~#~#~#~#~#~#~#
     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

mbrodjol's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

cicisetyawati

mbrodjol's Issues

Uninstall feature

welcome/uninstall just provides a way to uninstall the application (drop all tables). Is it really necessary?

innodb versus manual delete

If a player deleted, it will affect other tables (attendances, scorers, etc). Which one is better, make a constraint OR hard code in the application?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.