开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜