00001 <?php 00017 switch($op) { 00018 case 'index': 00019 case 'tasks': 00020 case 'submissions': 00021 define('HANDLER_CLASS', 'DashboardHandler'); 00022 import('pages.dashboard.DashboardHandler'); 00023 break; 00024 } 00025 00026 ?>