Ticket #830 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

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

Changed 16 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [3935]) fixes #830

Note: See TracTickets for help on using tickets.