https://github.com/eghojansu/fa-simple-php
Semi OOP PHP Framework
https://github.com/eghojansu/fa-simple-php
Last synced: 2 months ago
JSON representation
Semi OOP PHP Framework
- Host: GitHub
- URL: https://github.com/eghojansu/fa-simple-php
- Owner: eghojansu
- License: mit
- Created: 2016-06-28T17:10:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T00:29:56.000Z (over 8 years ago)
- Last Synced: 2025-02-09T12:43:09.091Z (4 months ago)
- Language: PHP
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple PHP
Framework PHP yang memudahkan pembuatan aplikasi php sederhana dengan konsep
MVC tetapi Model tidak wajib. Ada beberapa class yang berfungsi sebagai helper.Sudah dilengkapi dependency injection dari http://github.com/Level-2/Dice, bisa
diakses lewat App::service().## Usage
@see sample on app/module :)
## Not tested
Framework ini belum ada unit Test.
## Installation
1. Copy folder file ini ke htdocs/www (sesuaikan server)
2. Buat database menggunakan phpmyadmin, kemudian import schema pada folder app/schema sesuai urutannya
3. Edit file app/config/database.php, sesuaikan setting database-nya
4. Akses http://localhost/{nama-folder-file-ini}
5. Done