Skip to content

πŸŽ“ Website Jurusan Teknologi Informasi Politeknik Negeri Malang

Notifications You must be signed in to change notification settings

fardhanardhi/jti-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JTI Website

Unofficial JTI Polinema Website.

Memulai

Import MySql database

Import file database database/jti_website.sql ke PhpMyAdmin atau mysql host anda

Setting koneksi database

  1. Copy file config/constant.php.example dan paste di dalam folder yang sama
  2. Rename file baru hasil copy/paste tersebut menjadi constant.php
    ** jangan pernah menghapus, rename atau mengedit file constant.php.example
  3. Edit file constant.php tersebut, sesuaikan dengan koneksi database anda!

Contoh:

$dbUrl  = "localhost"; // MySql host Url
$dbUser = "root"; // user Mysql
$dbPass = ""; // password Mysql
$dbName = "jti_website"; // nama database

Save & selesai!


Susunan File

  • Susunan modul berdasarkan halaman sesuai user level
  • Folder modul untuk file halaman / tampilan
  • File setiap halaman, diinclude-kan ke modul/index.php sesuai nama halaman & hak akses
  • Susunan process berdasarkan tabel pada database
jti-website/
β”œβ”€β”€ css/
β”œβ”€β”€ img/
β”œβ”€β”€ js/
β”œβ”€β”€ attachment/
β”‚   β”œβ”€β”€ file/
β”‚   └── img/
β”œβ”€β”€ config/
β”‚   β”œβ”€β”€ connection.php
|   β”œβ”€β”€ scripts.php
β”‚   └── styles.php
β”œβ”€β”€ database/
β”‚   └── jti_website.sql
β”œβ”€β”€ module/
|   β”œβ”€β”€ mahasiswa
|   |   β”œβ”€β”€ home.php
|   |   β”œβ”€β”€ setting.php
|   |   β”œβ”€β”€ kompen.php
|   |   β”œβ”€β”€ notifikasi.php
|   |   └── absen.php
|   β”œβ”€β”€ dosen/
|   |   β”œβ”€β”€ home.php
|   |   β”œβ”€β”€ notifikasi.php
|   |   └── setting.php
|   β”œβ”€β”€ admin/
|   |   β”œβ”€β”€ home.php
|   |   β”œβ”€β”€ notifikasi.php
|   |   β”œβ”€β”€ setting.php
|   |   β”œβ”€β”€ mahasiswa/
|   |   |   β”œβ”€β”€ tampilData.php
|   |   |   β”œβ”€β”€ tambah.php
|   |   |   └── update.php
|   |   β”œβ”€β”€ dosen/
|   |   |   β”œβ”€β”€ tampilData.php
|   |   |   β”œβ”€β”€ tambah.php
|   |   |   └── update.php
|   |   β”œβ”€β”€ kelas/
|   |   |   β”œβ”€β”€ tampilData.php
|   |   |   β”œβ”€β”€ tambah.php
|   |   |   └── update.php
|   |   β”œβ”€β”€ info/
|   |   |   β”œβ”€β”€ tampilData.php
|   |   |   β”œβ”€β”€ tambah.php
|   |   |   └── update.php
|   |   β”œβ”€β”€ jadwal/
|   |   |   β”œβ”€β”€ tampilData.php
|   |   |   β”œβ”€β”€ tambah.php
|   |   |   └── update.php
|   |   β”œβ”€β”€ chat/
|   |   |   β”œβ”€β”€ tampilData.php
|   |   |   β”œβ”€β”€ tambah.php
|   |   |   └── update.php
|   |   └── prodi/
|   |       β”œβ”€β”€ tampilData.php
|   |       β”œβ”€β”€ tambah.php
|   |       └── update.php
|   β”œβ”€β”€ index.php
|   └── login.php
β”œβ”€β”€ process/
|   β”œβ”€β”€ login.php
|   β”œβ”€β”€ logout.php
|   β”œβ”€β”€ CRUD_mahasiswa.php
|   β”œβ”€β”€ CRUD_dosen.php
|   β”œβ”€β”€ CRUD_kelas.php
|   β”œβ”€β”€ CRUD_info.php
|   β”œβ”€β”€ CRUD_jadwal.php
|   β”œβ”€β”€ CRUD_chat.php
|   └── CRUD_prodi.php
└── index.php

About

πŸŽ“ Website Jurusan Teknologi Informasi Politeknik Negeri Malang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published