PHP Classes

Package div-nodes-2017-09-16

Recommend this page to a friend!

      Div PHP Nodes  >  All threads  >  Package div-nodes-2017-09-16  >  (Un) Subscribe thread alerts  
Subject:Package div-nodes-2017-09-16
Summary:Explanation
Messages:2
Author:Jay Pearce
Date:2017-09-17 21:54:58
 

  1. Package div-nodes-2017-09-16   Reply   Report abuse  
Picture of Jay Pearce Jay Pearce - 2017-09-17 21:54:58
How does your package div-nodes-2017-09-16 relate to your package div-2017-06-01, if at all.

  2. Re: Package div-nodes-2017-09-16   Reply   Report abuse  
Picture of Rafa Rodriguez Rafa Rodriguez - 2017-09-18 03:20:23 - In reply to message 1 from Jay Pearce
Hi,

You mean, what's new in this version? Some fixes, improve performance and 4 fundamental features were added:

1. Obtain nodes recursively (db->getRecursiveNodes())
2. Index nodes for search ($db->createIndex())
3. Full text search ($db->search())
4. Make a loop in nodes and apply a closure function for each node ($db->forEachNode())

I'm working on the documentation.

Regards