Skip to content

DbWriterFactory is not instantiate with the options #23

@pschelte

Description

@pschelte

Hello,
I don't know exactly why, if it is the WriterPluginManager that is not making his job well or something else, but since we migrate our project to ZF3, the DbWriterFactory is not instantiate with the options.
I have to add this at the beginning of the __invoke method :
if (empty($this->options)) $this->options = $options;
The __construct populate (or not) the variable with empty options.
Kind regards
Philippe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions