[symfony-users] Coding a Tree with Propel

2007-05-14 Thread Benoit Masson
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

[symfony-users] Coding a Tree with Propel

2007-05-12 Thread Nicolas CHARLOT
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 --~--~-~--~~~---~--