项目作者: r1jsheth
项目描述 :
Blog using PHP, MySQL, HTML, CSS
高级语言: PHP
项目地址: git://github.com/r1jsheth/blogistan.git
Blogistan
Directory Structure
├── css
│ └── main.css # CSS file which styles each page in this project
├── includes
│ ├── __head.php # Header page
│ └── __nav.php # Navigation bar
├── resources
│ ├── ├── func
│ │ │ └── blog.php # Contains main logic and fetch useful information from database
│ │ ├── config.php # Contains Database config settings
│ └── └── init.php # Initialise basic config settings
├── add_category.php
├── add_post.php
├── blog.sql # Run this file before anything else
├── category_list.php
├── category.php
├── delete_category.php
├── delete_post.php
├── edit_post.php
├── error.php
├── index.php
├── README.md
└── success.php