Esempio n. 1
0
 function _getSingleJoinPartForTree($property)
 {
     $tree_browser = new SJB_TreeBrowser($property);
     return $this->_getCommonSingleJoinPart($property) . $tree_browser->getJoinPart();
 }
 public static function getRequestToRoot($property)
 {
     $tree_browser = new SJB_TreeBrowser($property);
     $tree_browser->getRequestForAllNodes();
 }