项目作者: r1jsheth

项目描述 :
Blog using PHP, MySQL, HTML, CSS
高级语言: PHP
项目地址: git://github.com/r1jsheth/blogistan.git
创建时间: 2019-04-18T15:33:17Z
项目社区:https://github.com/r1jsheth/blogistan

开源协议:

下载


Blogistan

Directory Structure

  1. ├── css
  2. └── main.css # CSS file which styles each page in this project
  3. ├── includes
  4. ├── __head.php # Header page
  5. └── __nav.php # Navigation bar
  6. ├── resources
  7. ├── ├── func
  8. └── blog.php # Contains main logic and fetch useful information from database
  9. ├── config.php # Contains Database config settings
  10. └── └── init.php # Initialise basic config settings
  11. ├── add_category.php
  12. ├── add_post.php
  13. ├── blog.sql # Run this file before anything else
  14. ├── category_list.php
  15. ├── category.php
  16. ├── delete_category.php
  17. ├── delete_post.php
  18. ├── edit_post.php
  19. ├── error.php
  20. ├── index.php
  21. ├── README.md
  22. └── success.php