Welcome Guest, Not a member yet? Register   Sign In
need help with datamapper orm and nestedsets
#10

[eluser]kev[/eluser]
Ok I think i'm finally close to this !!

Check my code below
Code:
$tree = new Category();
  $tree->select_root(1);
  $tree->get_root();
   $tree->get_by_id(5); // The id of the node i want to use as parent
  
// Here I assign the child passing the $tree object as a paramter to the new_first_child() method
  $child = new Category();
  $child->title = 'First Sub sub Level';
  $child->new_first_child($tree);

and this produce the result below :

Code:
First level
    First Sub Level
        First Sub sub Level

Am I correct with this code?


Messages In This Thread
need help with datamapper orm and nestedsets - by El Forum - 09-26-2013, 10:33 AM
need help with datamapper orm and nestedsets - by El Forum - 09-26-2013, 11:04 AM
need help with datamapper orm and nestedsets - by El Forum - 09-26-2013, 12:31 PM
need help with datamapper orm and nestedsets - by El Forum - 09-27-2013, 06:03 AM
need help with datamapper orm and nestedsets - by El Forum - 10-01-2013, 09:54 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 10:11 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 10:58 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 11:26 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 11:29 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 12:52 PM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 01:30 PM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 01:57 PM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 11:51 PM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 02:19 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 03:19 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 04:52 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 10:38 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 11:19 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 11:27 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 11:43 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 12:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB