You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
$assignerconfig = [
|
|
[
|
|
"name" => "Age", // - Name of group
|
|
"limit" => 1, // - Group limit
|
|
"sgids" => [9,10,12,14] // - Grop ids
|
|
],
|
|
[
|
|
"name" => "Games", // - Name of group
|
|
"limit" => 4, // - Group limit
|
|
"sgids" => [6,7,8] // - Grop ids
|
|
]
|
|
];
|