<?php
echo 'hi';
?>

<?php
echo 'hi';
?>

<?php
function foo()
{
	$query->group('a.id, 
			uc.name, 
			ag.title, 
			ua.name'
		);
}