CakePHP table convention

table should be plural like Skills
if you are accessing
as $this->Skill->find("all");

Cakephp scaffold

var $scaffold;
php

class CategoriesController extends AppController {
    var $scaffold;
}

?>