Open ragboyjr opened 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.
I think better than doing a request context would be to just have a request reference class. similar to thephpleague/plates
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.