You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you mean?
The project I'm working on right now would get data from a database based on the get request.
So if they browse to /get/port/12345 they would get port info for user 12345. Except it's an API so they wouldn't browse to it
Hello! I just picked up ToroPHP and I normally use DI when I do any kind of database interaction.
Rough example
But ToroPHP doesn't allow you to do this, is there any way to get around this? I don't wanna use a global variable.
The text was updated successfully, but these errors were encountered: