Skip to content

Instantly share code, notes, and snippets.

@gsantiago
Created January 12, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsantiago/fee7daa3d5c34893b254 to your computer and use it in GitHub Desktop.
Save gsantiago/fee7daa3d5c34893b254 to your computer and use it in GitHub Desktop.
clubes do campeonato paranaense
<?php
$clubes = array(
'cap' => 'Atlético-PR',
'cfc' => 'Coritiba',
'fcc' => 'FC Cascavel',
'foz' => 'Foz do Iguaçu',
'jma' => 'JMalucelli',
'lon' => 'Londrina',
'mar' => 'Maringá',
'ope' => 'Operário-PR',
'pst' => 'PSTC',
'par' => 'Paraná',
'rpr' => 'Rio Branco-PR',
'tol' => 'Toledo'
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment