August 21, 2017Many of you probably scratched your heads reading this title. “Bitwhat?”
In this article, we’ll look at what bitwise operators are, and whether or not their use is still relevant in this modern age of computing.Example Use Case
I’d been trying to really understand bitwise operators for a long ...
March 16, 2016Rauth is SitePoint’s access control package for either granting or restricting access to certain classes or methods, mainly by means of annotations.In this tutorial, we’ll learn how to use it.
Why Rauth
Traditional access control layers (ACLs) only control routes – you set anything starting with /admin to b...
September 21, 2015Most non-basic multi-user applications need some roles and permission levels. If you ever used WordPress, you must have noticed that they have a super admin, admin, editor, author, etc. Simplifying the development and integration of a permission system is what Cartalyst’s Sentinel package is trying to accomplish. The...
Recent Comments