1 | <?php |
||
6 | class Reminder extends MY_Controller { |
||
7 | |||
8 | /** |
||
9 | * Constructor |
||
10 | */ |
||
11 | public function __construct() |
||
18 | |||
19 | /** |
||
20 | * Redirect for snoops |
||
21 | */ |
||
22 | public function index() |
||
27 | |||
28 | /** |
||
29 | * Check the database for reminder status |
||
30 | */ |
||
31 | public function check_reminder() |
||
39 | } |
||
40 | // End of controllers/reminder.php |