schmunk42\giiant\commands\BatchController::actionIndex PHP Method

actionIndex() public method

Run batch process to generate models and CRUDs for all given tables.
public actionIndex ( )
    public function actionIndex()
    {
        echo "Running full giiant batch...\n";
        $this->actionModels();
        $this->actionCruds();
    }