Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created July 3, 2011 14:33
Show Gist options
  • Save TiuTalk/1062273 to your computer and use it in GitHub Desktop.
Save TiuTalk/1062273 to your computer and use it in GitHub Desktop.
Controller de Inscrições
<?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