creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

Behaviour can work with PostgreSQL ? #108

Closed esoftcard closed 5 years ago

esoftcard commented 7 years ago

I have followed your instruction but get this error :

PHP Compile Error – yii\base\ErrorException Cannot redeclare common\models\Category::find()

I wonder Nested set behaviour can work with PostgreSQL or not ?

brandonkelly commented 6 years ago

We haven’t had any issues with PostgreSQL, fwiw.

prabowomurti commented 5 years ago

Cannot redeclare common\models\Category::find()

Make sure you only have one function named find() on your model

schmunk42 commented 5 years ago

I am closing this, since it seems not related to this extension, please report or reopen if needed.