Skip to content

Instantly share code, notes, and snippets.

@jgskin
Last active December 11, 2015 00:59
Show Gist options
  • Save jgskin/4520731 to your computer and use it in GitHub Desktop.
Save jgskin/4520731 to your computer and use it in GitHub Desktop.
CakePHP não faz sentido

CakePHP não faz sentido

O que esse código faz?

public function index() {
    $this->Campaign->recursive = 0;
    $this->set('campaigns', $this->paginate());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment