Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

extending EditableFileField in silverstripe-userforms module


Go to End


2 Posts   1557 Views

Avatar
MIT

Community Member, 5 Posts

4 August 2015 at 4:45pm

Hi,

I am trying to extend EditableFileField.php in silverstripe-userforms module. I have a Userformextension module. How can I extend silverstripe-userforms in Userformextension?

Regards,
Mit.

Avatar
Pyromanik

Community Member, 419 Posts

4 August 2015 at 9:16pm

class MyEditableFormField extends EditableFormField {
}

http://code.tutsplus.com/tutorials/object-oriented-php-for-beginners--net-12762