Make a new Module (r=gii/module) Created a Module with the name of foo Make a new Model (r=gii/model) under the Module Need to change Model Path moduleName.models IE: foo.model Make a new Crud (r=gii/crud) under the Module Under Model Class moduleName.models.modelName IE: foo.models.Name Controller ID moduleName/modelName IE: foo/name