https://github.com/jigsawye/php-simple-blog
教學用的 Project
https://github.com/jigsawye/php-simple-blog
Last synced: about 2 months ago
JSON representation
教學用的 Project
- Host: GitHub
- URL: https://github.com/jigsawye/php-simple-blog
- Owner: jigsawye
- Created: 2015-05-21T05:16:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T09:22:15.000Z (about 10 years ago)
- Last Synced: 2025-04-08T10:52:14.221Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-simple-blog
教學用的程式,純 PHP 實作極簡 Router 機制及簡易的 MVC 框架,
不使用 .htaccess 及 composer 等開發工具。使用前請建名為blog的資料庫並匯入 config/db.sql 及設定 config/app.php。
有多種因素未考慮完整,只應用於學習 OOP 基礎及實作簡易 Blog。
**此程式請勿使用於正式上線環境**
**開發中**License: WTFPL