Created
July 2, 2011 23:20
-
-
Save TiuTalk/1061772 to your computer and use it in GitHub Desktop.
Model de inscrições
This file contains 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 Inscricao extends AppModel { | |
public $name = 'Inscricao'; | |
public $useTable = 'inscricoes'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment