PHP Classes

PHP MLM Binary Tree observation

Recommend this page to a friend!

      PHP MLM Binary Tree  >  All threads  >  PHP MLM Binary Tree observation  >  (Un) Subscribe thread alerts  
Subject:PHP MLM Binary Tree observation
Summary:PHP MLM binary tree not displaying more than 2 children
Messages:2
Author:ali
Date:2017-08-30 14:53:45
 

  1. PHP MLM Binary Tree observation   Reply   Report abuse  
Picture of ali ali - 2017-08-30 14:53:45
Thanks for your work on the package.
I am working on a project to allow a user to register and refer 3 other people and each of the 3 people will refer 3 other people and it continues like that.
when I use this package to view the tree it displayed a parent with only 2 children each only even if a parent refer 3 children.
Does your package support what I want?
If it does, how do I resolve it.
Thanks.

  2. Re: PHP MLM Binary Tree observation   Reply   Report abuse  
Picture of Vishv Sahdev Vishv Sahdev - 2017-08-30 16:37:07 - In reply to message 1 from ali
$mlm->matrix = 2;
change---------------
$mlm->matrix = 3;