Back in May I explained how to create MySQL striped views with session variables. A couple folks wanted to know how to implement them through PHP programs. The trick is sharing the same connection between a call to the function before a query against the striped view.
I’ve updated the MySQL example beyond the Hobbit analogy from the prior post. It now uses the following database components:
APPLICATION_USER tableAUTHORIZED_USER viewSET_LOGIN functionGET_LOGIN_ID functionGET_USER_ID functionThe definition of the APPLICATION_USER table is: