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

ошибка в примере #6

Closed ashkarpetin closed 12 years ago

ashkarpetin commented 12 years ago

В примере раздела Installing and configuring не хватает еще одной закрывающей скобки First you need to configure model as follows: [php] public function behaviors() { return array( 'NestedSetBehavior'=>array( 'class'=>'ext.yiiext.behaviors.model.trees.NestedSetBehavior', 'leftAttribute'=>'lft', 'rightAttribute'=>'rgt', 'levelAttribute'=>'level', ); }

creocoder commented 12 years ago

Fixed