The neuron based data structure is a structure which represents relationships of objects/variables. It’s designed like a network or graph with vertexes (neurons) and edges (axons). You can use the neuron class as a container or a meta-structure for your object. To set up a relationship you have to add an axon. You can describe the axon by adding attributes or a plain text.
Articles
- The first implementation in PHP (2011-12-14)
- Introduction of NBDS on cip-labs (2010-12-17)
Docs
Here you can find development notes or other documents about the NBDS.
- Current Todo for the development of NBDS::PHP (dev note)
- Overview about all constants of the NBDS::PHP (dev note)
- Overview about the structure of the NBDS::PHP (dev note)
- Overview about all operations on the Space::PHP (dev note)
Download
- NBDS::PHP version 0.1.1