Skip to content

Instantly share code, notes, and snippets.

@mojaie
Created May 19, 2012 05:34
Show Gist options
  • Save mojaie/2729398 to your computer and use it in GitHub Desktop.
Save mojaie/2729398 to your computer and use it in GitHub Desktop.
CakePHP:test001_0
<?php
class TestsController extends AppController {
public function index() {
debug($this->components);
debug($this->helpers);
debug($this->actsAs);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment