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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

crud example .. outside admin


Go to End


2 Posts   1356 Views

Avatar
ngfuture

Community Member, 3 Posts

26 April 2011 at 1:25am

Hi All,

I'm a newbie of ss. I'm trying to learn strength of DataObjectManager.

My question: is it possibile to use CRUD interface used into admin section outside ?

eg: need to insert/update/delete some tables into my db from authenticated users.

Layout into Content->mytable for me is ok.

Can I find some usable examples ? I've tried dataobjectmanager_examples

Thank you!
ng

Avatar
ngfuture

Community Member, 3 Posts

26 April 2011 at 11:02pm

.. I've tried ModelAdmin. It is very good but I need to take link outside /admin url, so I can put link into cms menu.

tia