( ) , PHP. $customer = null , .
, :
$test = array('a' => 'hello');
foreach ( $test as $key => $value )
{
$value = null;
}
, - , :
$test = array('a' => new __stdClass);
foreach ( $test as $key => $value )
{
$value->foo = "Some data that wasn't there before";
$value = null;
}
->load(), -, $customersCollection , . $customersCollection , , .