krakphp / lava

Micro framework with massive potential
1 stars 0 forks source link

Custom Request Class #52

Open ragboyjr opened 7 years ago

ragboyjr commented 7 years ago

We need to implement our own Request class to have helpers for doing common things like getting the app or request context back out.

We also need a RequestContext class or something similar which is a stateful class which manages shared state in the application/request context.

ragboyjr commented 6 years ago

I think better than doing a request context would be to just have a request reference class. similar to thephpleague/plates