ZfTable
ZfTable copied to clipboard
Is zfTable compatible with zf3 ServiceManager?
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')
));