Respective All! Does anybody know method that retrieves me a MPTT tree as hierarchical array?
Like follows:
array ("1"=> array( "10"=> array("100"), "11" => array("110"=> array("1110") ) ) )
Unfortunately, ORM::Factory('Tree1')->fulltree()->as_array() can't do that :-(
Any help would be very appreciated!