Changes between Initial Version and Version 1 of Ticket #17924, comment 42
- Timestamp:
- 03/03/2014 11:19:07 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17924, comment 42
initial v1 5 5 Not sure about array syntax, but basically: 6 6 $role[('main' => 'coach'), ('sub' => 'player'), ('sub' => 'fan')] for a player coach for instance that is mainly a coach, but also player and fan. 7 Or even: 8 $role[('main' => 'coach'), ('sub_1' => 'player'), ('custom_sub' => 'fan')] to distinguish between all roles? 7 9 8 10 There might be better examples :)