541
541
->execute(array(), Doctrine_Core::HYDRATE_SINGLE_SCALAR);
543
543
// Get staff counts who are assigned to the current scenario.
546
546
->from('agScenarioStaffResource ssr')
547
547
->where('ssr.scenario_id = ?', $this->scenario_id)
548
548
->execute(array(), Doctrine_Core::HYDRATE_SINGLE_SCALAR);
550
550
// Get staff counts who are assigned to the current scenario by their resource type.
552
552
->select('srt.staff_resource_type')
553
553
->addSelect('count(*) AS staff_type_count')
554
554
->from('agScenarioStaffResource ssr')