Implement EAS for Zend Framework

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

I am trying to decide if I should create my own implementation or use an already created one.

+3
source share
3 answers

Use the Doctrine with MapoMo MongoDB http://www.doctrine-project.org/

Zend Framework 2.0 has an unattended installation for Doctrine with Composer, so this means that Zend People also offers this as an option, besides the built-in Zend_Db.

EAV - NoSQL, MongoDB CouchDB, , Hack over Traditional Relational Databases, MySql (-, Magento). NoSQL Sparse Matrix.

+2

Digitalus CMS EAV MySQL. , Mongo Couch , MySQL , . SimpleDB, MySQL 4 . SQLite .

, . , , , EAV , , -.

Digitalus uses an approach in which there is a basic model of CMS elements that processes all EAV logic. This model also handles end-to-end cache, so the system ends up serving content as fast as a flat file system.

All purists are probably technically correct, but there’s a quick and easy place in my toolbar.

+1
source

Source: https://habr.com/ru/post/1783487/


All Articles