This module apllied Joe Celko's Nested Sets algorythm for Kohana PHP framework.
This module based on kohana3-orm_mptt module by kiall
git submodule add https://github.com/Leemo/kohana-mptt.git modules/mptt
cd modules/mptt && git submodule update --init
- Enable mptt module in your bootstrap.php file
- Extend
ORM_MPTT
- Kohana coding standards are apllied in this modules
- Documentation included
Special thankes to authors of original module
- Kiall Mac Innes
- Mathew Davies
- Mike Parkin