class HogeController extends AppController{ public $name = 'Hoge'; public $uses = array('Piyo', 'Fuga'); public $autoLayout = false; public $autoRender = true; function index(){ //hogehogehoge } }