Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirvadhandhukia/mvcframework
An e-book selling website using MVC-framework with oophp.
https://github.com/hirvadhandhukia/mvcframework
mvc-framework mysql php
Last synced: 19 days ago
JSON representation
An e-book selling website using MVC-framework with oophp.
- Host: GitHub
- URL: https://github.com/hirvadhandhukia/mvcframework
- Owner: hirvaDhandhukia
- Created: 2021-07-28T05:02:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T07:12:45.000Z (over 3 years ago)
- Last Synced: 2024-11-06T12:54:47.246Z (2 months ago)
- Topics: mvc-framework, mysql, php
- Language: PHP
- Homepage:
- Size: 8.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mvcframework
creating an e-book selling website using mvc-framework with oophp.Create a Database-table for books
1. See what tables and columns we need
2. Add dummy dataCreate
1. User needs to be loggedin
2. Check if data is text
3. Check for empty fields
4. If above info is satisfied, do a request and create postRead
1. Read data from the databaseUpdate
1. Same as create, but we need values on the posts
2. Only edit his own posts
3. Check if values are not the same or emptyDelete
1. Delect btn that does a database request
2. Check if userid == userid of post creation