开发者

Whats the Best option for NestedSet ( MPTT ) Implementation in Zend Framework Zend_Db?

开发者 https://www.devze.com 2023-01-29 16:53 出处:网络
Whats the Best option for NestedSet ( MPTT ) Implementation in Zend Framework Zend_Db ? By Default It doesnt supports it which is a bit strange IMHO because Symfony/CakePHP have that bui开发者_如何学J

Whats the Best option for NestedSet ( MPTT ) Implementation in Zend Framework Zend_Db ? By Default It doesnt supports it which is a bit strange IMHO because Symfony/CakePHP have that bui开发者_如何学JAVAlt-in. parent_id (Adjacency List) is very slow due to recursion I think so thats not an option for Hierarchial Data .

Is there any unofficial MPTT Implementation or I have to replace Zend_Db with Doctrine Altogether ?

Please share if anybody had an Experience like this ?


Zend_Db tends to be pretty versatile, but also remember that each zend component acts as a module in its own right, so you should be able to easily replace Zend_Db with Doctrine.

0

精彩评论

暂无评论...
验证码 换一张
取 消