Skip to content

GeorgiBoykov/OnlineShopSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnlineShopSystem

PHP written Online Shop System build over CUSTOM MVC Framework

Framework main options:

• Default routing system
• Custom routing system using Annotations eg. "@Route('topics')" -> function getTopics(){...}
• Areas
- Custom routing for areas; It should override the global routing configuration
• Strongly typed views
• POST request actions using Binding Models
• Database adapter with most used SQL requests inculded
• ViewHelpers for Forms, Ajax submitted Forms, CSRF Token
• Form ViewHelper
- Radio buttons
- Checkboxes
- Dropdowns
- Text fields
- Password fields
- Textareas
• Out of the box escaping the html chars with build in function
• Data annotations for authorization -> '@Authorize'

About

PHP Shopping system Over Custom MVC Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published