Relative Content

Tag Archive for rules-engine

Using Prolog to implement authorization rules

I’m working on a user management “pseudoframework” in PHP, and I’m trying to implement fine-grained rule-based authorization. I’m using a combination of SQL and condition-checking functions written in PHP right now, but I’m not completely satisfied. It works, but it is not very elegant and suffers from some limitations.

Using Prolog to implement authorization rules

I’m working on a user management “pseudoframework” in PHP, and I’m trying to implement fine-grained rule-based authorization. I’m using a combination of SQL and condition-checking functions written in PHP right now, but I’m not completely satisfied. It works, but it is not very elegant and suffers from some limitations.