by Dean | Feb 6, 2014 | General IT, IT, MySQL, PHP, Programming, SAAS (Software as a Service)
So the addition of the permissions are all working. The users have permissions, the groups have permissions we have lots of permissions in the database. So how do we use them? To do this we first need to get the permissions out of the database and into a format that I...
by Dean | Feb 4, 2014 | Crazy Idea, General IT, IT, MySQL, PHP, Programming, SAAS (Software as a Service)
Turns out that the previous idea of how to do the permissions was going to end up being a lot and lot of work and probably terribly difficult to maintain and expand. So another way was needed. After a few days of thinking and playing with variable variables. (Which...
by Dean | Feb 1, 2014 | General IT, IT, MySQL, PHP, Programming, SAAS (Software as a Service), Webtech
After some work I have changed the way I am going to do permissions. For more information check this post. So I am working on a Software as a service application (SAAS) and one of the major feature requests have been to be able to grant specific permissions into the...