yiiext / nested-set-behavior

AR models behavior that allows to work with nested sets tree.
http://www.yiiframework.com/extension/nestedsetbehavior/
BSD 3-Clause "New" or "Revised" License
157 stars 64 forks source link

Option to allow save() and delete() #38

Closed motin closed 9 years ago

motin commented 9 years ago

Useful when wanting to edit active record attributes using generated CRUD during rapid prototyping and in general when the developer understands the risks but still wants to use save() and delete() methods directly

samdark commented 9 years ago

@creocoder please review.

creocoder commented 9 years ago

Its designed by other way and its strange to hack design by adding such property. Btw https://github.com/creocoder/yii2-nested-sets designed to use save and delete directly. There is no plans to add such functionality to Yii 1 version.