Search code examples
phpzend-frameworkentity-attribute-value

Zend Framework EAV Implementation


I was wondering if there were any good pre-built ways to implement an EAV design pattern in Zend Framework?

I am trying to decide if I should create my own implementation or use one that has already been built.


Solution

  • Check out Zend Framework EAV on Google Code.