Skip to content

Instantly share code, notes, and snippets.

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