I\'m trying to create an array inside an array, using a for loop - here\'s my code:
array( \'label\' => \'Assign to user\', \'desc\' => \'C
You cannot use the foreach in the definition of the array. You can however put the $clients variable in the array itself or you can foreach outside the array to build the array to be inserted at the options key
$clients
options