getTitle on an array
 Posted: Fri Feb 24, 2012 9:51 am
Posted: Fri Feb 24, 2012 9:51 amI have a field that is a multi-checkbox from a valuelists. This field also serves as the title field for this record. However, my function simply returns the word 'array'.
Any ideas?
			- Code: Select all
- function getTitle(&$record){
 return $record->val('Exterior');
 }
Any ideas?