7911 Posts in 1354 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Can DataObjects have Controllers?
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: | 641 Views |
-
Can DataObjects have Controllers?

13 January 2011 at 4:31pm Last edited: 13 January 2011 4:32pm
Hi,
Can DataObjects have controllers like:
class SomeObject extends DataObject {
...
}class SomeObject_Controller extends ContentController {
...
}and would that controller work the same way the page controllers work?
I've tried a few different ways of doing this but the methods inside the controller aren't recognized on the page.
Thanks.
-
Re: Can DataObjects have Controllers?

13 January 2011 at 6:14pm
No, a DataObject is just arbitrary data. It doesn't know anything about templates or controllers. You'll have to build a custom page controller to display the content of a DataObject.
---------------
Silverstripe tips, tutorials, screencasts, and more. http://www.leftandmain.com
| 641 Views | ||
|
Page:
1
|
Go to Top |

