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

How i call from the classID, $variablename?


Go to End


2 Posts   750 Views

Avatar
Dr0gaz

Community Member, 37 Posts

26 January 2011 at 6:07am

$f ->addFieldToTab(
'Root.Main',
new DropdownField(
'MarcaID',
'Marca',
DataObject::get('Marca')->toDropDownMap()
)
);

Sample i want show the variable $Nomecat this class Marca

Avatar
UncleCheese

Forum Moderator, 4102 Posts

26 January 2011 at 6:51am

I'm having a hard time understanding what you want, but it might help you to know that toDropdownMap() takes two arguments.

->toDropdownMap($value, $text);

they default to "ID" and "Title".

Maybe you want ->toDropdownMap('ID','Nomecat') ??

Just guessing.

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com