ZF2-270: Validator\Db\NoRecordExists - Fatal error: Class 'Zend\Db\Table\AbstractTable' not found
Description
The NoRecordExists, RecordExists validator must be re factored to comply with the Zend\Db changes
The NoRecordExists, RecordExists validator must be re factored to comply with the Zend\Db changes
Comments
Posted by simon liu (simonliu) on 2012-04-18T02:55:12.000+0000
Roman, do you means Zend\Validator\Db\AbstractDb must be re factored? since there is no external class in NoRecordExists or RecordExists.
Posted by Roman Vidyayev (cmple) on 2012-04-18T14:29:06.000+0000
Yes, its the Zend\Validator\Db\AbstractDb class
Posted by Roman Vidyayev (cmple) on 2012-04-18T14:32:09.000+0000
Adding pull request: https://github.com/zendframework/zf2/pull/1054
Posted by Maks 3w (maks3w) on 2012-05-09T14:13:21.000+0000
Fixed with https://github.com/zendframework/zf2/pull/1178