From e26ab014a12650b77cc323ee5c0218e68405bfa0 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Feb 2021 13:55:01 +0200 Subject: sql restructure --- php/node.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php/node.php') diff --git a/php/node.php b/php/node.php index 3c18519..062da90 100644 --- a/php/node.php +++ b/php/node.php @@ -14,7 +14,8 @@ require_once "database.php"; $this->node_id=$node_id; } } - class Current_Directory + + class Current_Directory extends Node { /*an array of the dir_ids taken to reach here*/ public $path; -- cgit v1.2.3