Ejemplo n.º 1
0
 public function getClientByName($clientname)
 {
     return Client::find_by_clientname($clientname);
 }