Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-m-hossain/shareboard
A custom MVC blog website based on object oriented PHP
https://github.com/i-m-hossain/shareboard
Last synced: about 1 month ago
JSON representation
A custom MVC blog website based on object oriented PHP
- Host: GitHub
- URL: https://github.com/i-m-hossain/shareboard
- Owner: i-m-hossain
- Created: 2021-04-01T14:13:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T15:15:28.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T07:27:59.565Z (3 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shareboard
A custom MVC blog website based on object oriented PHPTo get real inside of object oriented PHP, I worked on this project. An MVC design pattern provides more control on making a web apps because of its simplicity and reusability of the codes.
This project aimed at following and using most of the functions of Object Oriented PHP including class, inheritence, abstract class, static method, traits, namespace, constructor, destructor, autoload class and constatnts which are the core things of OOPHP. In addition, I tried to follow the MVC design pattern to deal with the http requests by creating controller, to manage the database by using Model and finally the view part to show the webpages the users.
Features:
1. User Authentication
2. Creating Post
3. Updating Post
4. Delete post
5. Error and Success message using HTTP session