... . It can take an array of entries that define a hierarchy by specifying the parent of each entry. The class can generate HTML lists to display nested tree entries using data attrubutes to specify which ones should appear opened or closed by using a jQuery plugin. Name: Ali Sharifi <contact> Classes: ...
HTML, PHP 5, Databases, Content manag..., A... This class can display and manage a tree of nodes stored in MySQL. It can generate HTML and JavaScript to display a tree of nodes stored in a MySQL database table. The generated tree displays buttons to add, remove and edit the tree nodes using AJAX ...
PHP 5, Databases, Data types This package can be used to store a tree using the MPTT algorithm in MySQL. It can create a tree of nodes and add nodes passing a value to store in each tree node as well an object to the parent node, which can be 0 for the root node. The package can also perform other ...
PHP 5, Databases, Data types This class can create a binary tree from array or database result It can create a binary tree and/or a double linked list from values taken from arrays or the records returned by database query performed using PDO. Building the tree can be filtered using one or more custom ...
... data items. It provides a class can that can append, replace and find arbitrary values in a buffer. Another class can perform operations to manage a tree of buffers like entering a new buffer, activate a previous buffer, write data to the current buffer, or find a buffer by name. Name: Roger Baklund ...
... files: $slqlManager->sqlExample([ 'value' => 'TEST_VALUE', 'value2' => 11, 'vatno' => '1111111111', 'valueArrayWithoutAtype' => array('one', 'two', 'tree') ], 'someTmpDirectory'); ### Example with new method of calling SQL files `<?php use Beeflow\SQLQueryManager\SQLQuery try { $query = new SQLQuery ...
Databases, Systems administration, PHP 8 This package provides a Web application to manage SQL of databases. It combines several packages to implement a Web application that allows the users to perform several types of database management operations: Currently it can: - Log database queries - Show ...
... /lucas1/PHP-DHX/blob/master/Tabbar-Documentation.pod) [Class Toolbar](https://github.com/lucas1/PHP-DHX/blob/master/Toolbar-Documentation.pod) [Class Tree](https://github.com/lucas1/PHP-DHX/blob/master/Tree-Documentation.pod) [Class TreeGrid](https://github.com/lucas1/PHP-DHX/blob/master/TreeGrid-Documentation ...
... to manipulate lists of values stored differently. Currently, it provides store values as: - Dictionaries - Sets - Disjoint sets - Hash sets - Tree sets - Enhanced arrays - Container arrays Name: Carlos Artur Curvelo da ... <contact> Classes: 27 packages by Carlos Artur Curvelo da ... Country: Portugal ...
... " and added by you : $person = RandomData::getPerson(); $db->append('employees', $person); // here must be your operator for adding data to DB FAMILY TREE GENERATION Additional class was included to generate random "family trees", begining from "start" person, with his/her parents, grand-parents etc ...