Skip to content

Instantly share code, notes, and snippets.

@tuliofaria
Last active August 29, 2015 14:08
Show Gist options
  • Save tuliofaria/56f14a7b92b19a9dc2d6 to your computer and use it in GitHub Desktop.
Save tuliofaria/56f14a7b92b19a9dc2d6 to your computer and use it in GitHub Desktop.
<?php
class Extensao extends AppModel{
public $useTable = "extensoes";
}
<?php
class ExtensoesController extends AppController{
public $uses = array("Extensao");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment