Števo Bartko

Results 5 comments of Števo Bartko

Hi. Soft delete behavior is not implemented.

Hi @thgs - You must implement [AdapterInterface](https://github.com/bartko-s/stefano-tree/blob/master/src/StefanoTree/NestedSet/Adapter/AdapterInterface.php) - You must write intergration test. Something like this one [integration test](https://github.com/bartko-s/stefano-tree/blob/master/tests/StefanoTreeTest/Integration/Adapter/Doctrine2DBALTest.php)

You must set your db connection settings for Mysql and Postresql. This is [template](https://github.com/bartko-s/stefano-tree/blob/master/tests/testConfig.local.php.dist). Simply create copy of this file without ".dist" extensions. Then look on [this composer file](https://github.com/bartko-s/stefano-tree/blob/master/composer.json) you...

No. I never worked with Phalcon so I don't know how implement it properly. Next major release will be probably using only pure PDO adapter so I don't plan to...