phpDocumentor Kuote
Engine
[ class tree: Kuote ] [ index: Kuote ] [ all elements ]

Procedural File: engine.instructor.php

Source Location: /engine/engine.instructor.php

Page Details

engine.instructor.php

All instructor activity is directed through this file. It's purpose is to look at the function and subfunction (if it exists) and direct the flow of data to the correct engine file. For example, if the function requested is 'create' and the subfunction is 'course' engine.instructor.php will redirect the data flow to engine.intructor.create.course.

Copyright:  2006
Author:  Kyle Hall
Includes
require_once ('engine.instructor.'.$_REQUEST['function'].'.'.$_REQUEST['subfunction'].'.php') [line 30]
[ Top ]



Documentation generated on Fri, 15 Dec 2006 11:17:25 -0500 by phpDocumentor 1.3.0