Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created July 2, 2011 23:20
Show Gist options
  • Save TiuTalk/1061772 to your computer and use it in GitHub Desktop.
Save TiuTalk/1061772 to your computer and use it in GitHub Desktop.
Model de inscrições
<?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