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

[eluser]kev[/eluser]
Anybody know what's causing this?

This is the new code im using..

Code:
$root = new Category();
  $root->get_root(); // get the root
  
  $obj = new Category();
  $obj->get_root();

  echo $root->dump_tree( $obj, array('title'), 'html' , true );

It's echoing Array instead of html output.


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