Поправил названия классов
This commit is contained in:
parent
c8958cbee0
commit
8a8e42d73d
21 changed files with 64 additions and 86 deletions
|
|
@ -86,7 +86,7 @@ function _inside($a, $x, $y) {
|
|||
return " " . $a . " > " . $x . " AND " . $a . " < " . $y;
|
||||
}
|
||||
|
||||
class CDBTree
|
||||
class Tree_DBTree
|
||||
{
|
||||
var $db; // CDatabase class to plug to
|
||||
var $table; // Table with Nested Sets implemented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue