Created
May 19, 2012 05:34
-
-
Save mojaie/2729398 to your computer and use it in GitHub Desktop.
CakePHP:test001_0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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