In your view
foreach($user['Project'] as $project)
{
echo $project['title'].'<br />';
}
To see the bigger picture, just use pr(), you should be able to see how to access the rest of the data from there.
pr($user);
Jamesz
2010-09-08 12:05:32