titleColumn
Posted: Fri Jun 13, 2008 6:56 am
Hi I have 2 field name and surname, that is save in crypt format, is possible to
using my decrypt before using in titleColom like getTitle
Ex of my GetTitle:
sorry for my bad english!
using my decrypt before using in titleColom like getTitle
Ex of my GetTitle:
- Code: Select all
function getTitle(&$record)
{
return $this->gdecrypt($record->val('Nome')).' '.$this->gdecrypt($record->val('Cognome'));
}
sorry for my bad english!