Skip to content

Div PHP Nodes 2.0.0

Latest
Compare
Choose a tag to compare
@rafageist rafageist released this 04 Jul 04:52
· 2 commits to master since this release

Initiating a new form of implementation. Now Div Software Solutions projects will be inside the divengine namespace. The divNodes class was renamed simply nodes.

use divengine\nodes;

$db = new nodes("database/contacts");

$id = $db->addNode([
    "name" => "Peter",
    "age" => 25
]);