datatype ezcountry
You need to be logged in to post messages in the forums. New users may register here.
|
Bin LIU
Member since: 09 January 2008
Posts: 15
|
Friday 19 September 2008 2:23:25 pm
I tested the datatype ezcountry, it doesn't work with the fromstring method. I don't know why ?
And I found a method which cano entry a string like 'français' in ezcountry, and show it like a string. it works well
case 'ezcountry':
$content = array( 'value' => $this->source_handler->getValueFromField() );
$contentObjectAttribute->setContent( $content );
$value = $this->source_handler->getValueFromField();
break;
|
|
You need to be logged in to post messages in the forums. New users may register here.