Posts Tagged ‘ 118 ’
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. [ READ MORE ]