Security: Application-Wide Access Control
I created an Action Helper– essentially a class that is accessible from all implementations of the Zend_Controller_Action abstract class. This class currently implements a simple method that given a user id, course section id, and minimal user level, it will either do nothing, or halt execution and redirect the user.
This is to address Issue 17.
No comments yet.