$clients = $CLIENT->find($options); $client = $clients[0];
PHP is there a way to do this i...
by fakingfantastic.myopenid.com,
February 23, 2009 18:36,
9 refactorings
$clients = $CLIENT->find($options); $client = $clients[0];
is there a way to do this i...