Skip to content

Is zfTable compatible with zf3 ServiceManager? #97

@jpalmer4444

Description

@jpalmer4444

Has anybody gotten zfTable working with zf3 Service Manager?

It seems to me that it is not supported - an exception is thrown when zfTable tries to load plugins at
Zend\ServiceManager\AbstractPluginManager (Line 80).

In my table class:

$this->getHeader('username')->getCell()->addDecorator('template', array(
        'template' => '<a class="btn btn-default  btn-square btn-transparent" title="Change User Password" href="users/change-password/%s"><i class="ion ion-locked spin-logo"></i></a>',
        'vars' => array('id')

));

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