remove the empty element of the array.
PHPです。
一般的にはこちら
$dst = array_filter($ref, 'strlen');
CakePHPならこちら
$dst = Hash::filter($ref);
$dst = array_filter($ref, 'strlen');
$dst = Hash::filter($ref);
:hi Comment ctermfg=2