Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upi20/php_mvc

Konsep dasar PHP Model View Controller (MVC)
https://github.com/upi20/php_mvc

bootstrap data-management learning learning-by-doing mvc php php-mvc php-mvc-framework php-native

Last synced: 18 days ago
JSON representation

Konsep dasar PHP Model View Controller (MVC)

Awesome Lists containing this project

README

        

# PHP MVC
Aplikasi ini dibuat dari tutorial [Membuat Aplikasi MVC dengan PHP](https://www.youtube.com/playlist?list=PLFIM0718LjIVEh_d-h5wAjsdv2W4SAtkx) di channel youtube [Web Programing Unpas](https://www.youtube.com/channel/UCkXmLjEr95LVtGuIm3l2dPg)

Cara instalasi:


- Impor database
- Buka file: app/config/config.php
- Silahkan sesuaikan konfigurasi:
define('BASEURL', 'http://localhost/aplikasi/PHP%20MVC/WPU/public');

// Database
define('DB_HOST', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_NAME', 'wpu_phpdasar');

### Tampilan Menu Mahasiswa
Tampilan Menu Mahasiswa