Update README.md

This commit is contained in:
3Dgoo 2015-08-21 10:31:55 +09:30
parent a5043123ce
commit b6560b83bf
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class BlogPost extends DataObject {
```php ```php
$field = StringTagField::create( $field = StringTagField::create(
'Tags', 'Tags', array('one', 'two'), explode(',', this->Tags) 'Tags', 'Tags', array('one', 'two'), explode(',', $this->Tags)
); );
$field->setShouldLazyLoad(true); // tags should be lazy loaded $field->setShouldLazyLoad(true); // tags should be lazy loaded