bartko-s / stefano-tree

Framework agnostic Nested Set (MPTT) implementation for PHP
https://bartko-s.github.io/stefano-tree
BSD 3-Clause "New" or "Revised" License
28 stars 8 forks source link

Add Phalcon support #13

Open wajdijurry opened 6 years ago

wajdijurry commented 6 years ago

Could you please support Phalcon so we can use models instead of using direct database access ?

bartko-s commented 6 years ago

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 support another framework.