Skip to content
/ IOC Public
forked from IOC-X/IOC

Web application for Fuel station management

Notifications You must be signed in to change notification settings

ROCKY-SAM/IOC

 
 

Repository files navigation

IOC v 0.9.5

Fuel station management IOC

Documentation

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

Routing configuration - 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

Database configuration - PDO is used for database interaction and the Connection file is located in libs/Database.php

About

Web application for Fuel station management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.8%
  • PHP 34.8%
  • HTML 1.9%
  • JavaScript 1.4%
  • Other 0.1%