ZfTable icon indicating copy to clipboard operation
ZfTable copied to clipboard

Is zfTable compatible with zf3 ServiceManager?

Open jpalmer4444 opened this issue 7 years ago • 0 comments

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')

));

jpalmer4444 avatar Mar 09 '17 19:03 jpalmer4444