Tagged Questions

0
votes
2answers
62 views

where/how to put a class to control what a user can do (privileges)?

I am using a class that performs the right query based on $_POST['action'].. Example: class data { //>pseudocode __constructor(){ if ($_POST['action']=='insert') mysql_query("INSERT ...