var $uses = array('Test','Test2');TestsController?
var $helpers = array('Html','Form');
Fatal error: Call to undefined function: create()
<?php echo Inflector::tableize("hoge"); ?> hogesCamelCase?
<?php echo Inflector::camelize("hoge_data"); ?> HogeData
app\config\core.php
define('DEBUG', 2);
* - 0: production * - 1: development * - 2: full debug with sql * - 3: full debug with sql and dump of the current object