Created
July 3, 2011 14:33
-
-
Save TiuTalk/1062273 to your computer and use it in GitHub Desktop.
Controller de Inscrições
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 | |
class InscricoesController extends AppController { | |
public $name = 'Inscricoes'; | |
public $use = array('Inscricao'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment