The root node in a tree
This is the code documentation for the Pelzini project
Search documentation |
class RootTreeNodeThe root node in a tree
Extending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2025-11-04
**/
class NewClassName extends RootTreeNode {
/**
* Creates a tree based on a set of nodes in the database
**/
public function createFromDatabase (resource $res, string $id_col, string $parent_col) {
// Method code goes here
}
}
?>
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |
|