Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

ZF2 wants truncated controller name when rendering template #7616

@JVerstry

Description

@JVerstry

I have first reported this issue on StackOverflow (see some description there): http://stackoverflow.com/questions/32141414/zf2-wants-truncated-controller-name-when-rendering-template-why?noredirect=1#comment52173892_32141414.

Although I declare 'MyCtrl', Zend 2 wants me to use 'my' when rendering a template.

// Mapping controller names to controller files
'controllers' => array(
'invokables' => array(
'Template\Controller\MyCtrl' => 'Template\Controller\MyController'
)
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions