Created
January 12, 2016 19:09
-
-
Save gsantiago/fee7daa3d5c34893b254 to your computer and use it in GitHub Desktop.
clubes do campeonato paranaense
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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