phpBricks is MVC framework for PHP programming language. It’s the framework so it may not be the way you want, but it’s the way I/we have found right. In early stage of my programming career, I see lot of resources and time was consuming to write same piece of validation code and I decide to save that [...]
Read more...RBAC schemas (Entities Relationship) in phpBricks
phpBricks saves roles, resources and permissions in database which looks following (more to come later): Update: RBAC model has been changed. This one is new model.
Read more...RBAC – how do I code in phpBricks
Last week, I wrote blog about RBAC architecture in phpBricks (http://tinyurl.com/rbac1). Today, I am going to give little snapshots about coding implementation. As you already know, RBAC is a component, but it is special provisioned component which works with core phpBricks. There is quick option which tells whether to apply RBAC or not. If you [...]
Read more...RBAC in phpBricks
Role Based Permission Control (RBAC) is widely used security module in the industry, including Oracle, Microsoft Exchange Server (some form of it). When MAC and DAC unable to address business rule, a concept of RBAC is brought into practice. In this model, users are not assigned permission directly but acquire from their role(s). Role, which [...]
Read more...