7921 Posts in 1359 Topics by 933 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » 'Content' field in Files
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1451 Views |
-
'Content' field in Files

13 August 2009 at 11:48am Last edited: 13 August 2009 11:49am
Hey guys,
I'm trying to use the 'Content' field on File because it's editable in Files & Images with DataObjectManager installed. Basically I want to use it as a caption field for images.
But I'm having trouble access that Content field because instance_get is overridden in File.php to remove the Content field.
Does anyone know how to easily access the Content field on File? $File->Content and $File->getField('Content') both fail.
Cheers
-
Re: 'Content' field in Files

10 December 2009 at 2:02am Last edited: 10 December 2009 2:22am
-- OK so I worked out that the quickest way was to add an extension to the File class adding a Summary field.. worked a treat
Mat,
Did you ever sort out how to deal with this problem, I am looking at doing exactly the same thing...
Thanks
Jason -
Re: 'Content' field in Files

10 December 2009 at 9:37am
No I didn't work out how to access the Content attribute.
Instead I usually create a Photo object that has Title and Description fields and a has_one Image.
| 1451 Views | ||
|
Page:
1
|
Go to Top |


