Ticket #830 (closed defect: fixed)
Doctrine_CLI -> options not used
| Reported by: | nORKy | Owned by: | jwage |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.10.3 |
| Component: | Tasks | Version: | 0.10.0 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description
I use the tutorial example to use the CLI. But some $options are not used : 'generateBaseClasses' and 'generateTableClasses'.
I must set directly in the Doctrine_Import_Schema protected options vars. I think there is 2 bug 1/ from Doctrine_Task_BuildAll that doesn't pas $options to new Doctrine_Task_GenerateModelsYaml 2/ from Doctrine_Task_GenerateModelsYaml that doesn't have an $option parameters and doesn't pass $options to Doctrine::generateModelsFromYaml
Change History
Note: See
TracTickets for help on using
tickets.