kladskull / deviant

Deviant is a simple extensible PHP Boilerplate/Mini-framework.
MIT License
10 stars 1 forks source link

Implement Routing Framework or Integrate with one #5

Open kladskull opened 6 years ago

kladskull commented 6 years ago

Implement Routing Framework or Integrate with one, as the current one is not so great. Currently if you wanted to do: "/post/12/comment/3" you would have to add code to /scripts/post.php and check the request array that is created by the framework. This is messy, we need to beable to use templating: "/post/{post_id}/comment/{comment_id}"