I have declared the variable as below:
$Capacity = array();
$ProRender = array();
$Polyalence = array();
$CapacityMener = array();
$RespectDelais = array();
I do not want to write code array() again and again.Have any method that can fix this?Anyone help me please,Thanks.
One posibility:
Or if you have PHP 5.4, there is the short array syntax: