Hello,
Hope you don't mind if I contact your directly. Considering the propel
tree. I'm writting a recursive algorithm and I wish to write something like:
$root = new TreeNode();
$root->makeRoot();
$aNode = recusriveFct();
$aNode->insertAsLastChildOf($root);
$root->save();
function recusri
Hi all,
What about the sfPropelTree plugin
(http://trac.symfony-project.com/trac/wiki/HowToHandleHierarchicalDataWithPropel)
?
The resources are now unavailable.
Is there already something to implement a tree with Propel ?
Thanks
--
Nicolas
--~--~-~--~~~---~--