Код: Выделить всё
define('DEFAULT_ROLES', array('guy', 'development team'));
Код: Выделить всё
define('DEFAULT_ROLES', 'guy|development team');
//...
$default = explode('|', DEFAULT_ROLES);
Подробнее здесь: https://stackoverflow.com/questions/129 ... ing-arrays
Мобильная версия