"; echo link_to_function('All', "selectTechSchedule('all')"); echo ""; foreach($tech_info as $tech) { echo ""; echo link_to_function($tech->getFirstName().' '.$tech->getLastName(), "selectTechSchedule(".$tech->getId().")"); echo ""; } ?>
$schedule, 'workorderCallbackFunction' => 'populateWorkorder')); if ($techCount % 5 == 0){ echo '
'; } } ?>