Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class Inscricao extends AppModel {
  2. public $name = 'Inscricao';
  3. public $useTable = 'inscricoes';
  4. public $cacheQueries = true;
  5. public $order = array('created' => 'DESC');
  6. public $displayField = 'nome';
  7. public $virtualField = 'nomeCompleto';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement