[SOLVED] Name of current record

Hi,
How can I determine what is displayed as the name of the current record in Details view?
Charles.
How can I determine what is displayed as the name of the current record in Details view?
Charles.
Put a face on your database
http://xataface.com/forum/
function getTitle(&$record){
return $record->val('first_name');
}