KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
IOC
★ 9
Open GitHub ↗
Web application for Fuel station management
Download README (.md)
Explore Similar Repositories
vertx-load-balancer
:
Example on how to write a very simple load balancer using Vert.x
jupyter-paths
:
:city_sunrise: Pure JavaScript implementation of jupyter --paths --json
jekyll-dynamic-menu
:
A dynamically generated hierarchical menu in jekyll without plugins
Kendo
:
The Powerful Access Control Framework
taxomias
:
an easy to use implementation of the NCBI taxonomy database for daily use
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
IOC
?
Download (.md)
# IOC v 0.9.5 Fuel station management []() <img src="http://i.imgur.com/NLUgrak.png?1"> [Beta version demo](https://www.youtube.com/watch?v=-Up9RFzHCOU) <b>Documentation</b> Based on model,view,controller strategy (MVC). Entire code is well organized into different parts Models - located in Models folder Views - located in View folder Controllers - located in Controllers folder <b>Routing configuration</b> - with the apache configuration via .htaccess .php is hidden from the URL Example - http://localhost/IOC/login Consider login in the above URL as part 1. A controller with the same name ‘login’ exists in the controller folder http://localhost/IOC/login/checkin Consider checkin in the above URL as part 2. A method exists with the name ‘checkin’ in the corresponding controller , here it’s login , which handles the logic <b>Database configuration</b> - PDO is used for database interaction and the Connection file is located in libs/Database.php