7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » simple dropdown to query data
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: | 248 Views |
-
simple dropdown to query data

1 October 2011 at 1:24am Last edited: 1 October 2011 2:13am
hello,
I created a dataobject like this:
class StaffMember extends DataObject
{
//db fields
static $db = array (
'Name' => 'Varchar(255)',
'Role' => 'Varchar(100)',
'Description' => 'Text'
);now like create a StaffPage.ss page which can use a dropdown field and filter/query only e.g. Roles like "Manager".
In this dropdown field should all Roles available and only that chosen Members with the Role should be displayed.I know that is simple but I can't find a solution, so thank you for your help.
bye
Hans
| 248 Views | ||
|
Page:
1
|
Go to Top |

