All Questions
2 questions
4
votes
1
answer
1k
views
PHP routing system
I made a routing system for PHP inspired by Symfony's router composed of a few classes.
First I am using Symfony's HTTP Foundations component.
Then, I am emulating the classes in the routing component ...
3
votes
4
answers
2k
views
Product Manager managing product listings and prices
For school we have to develop a product manager. The basic task is to add new products. A product has a name and a price.
I know the one or other class is currently pretty empty but its planned to ...