• Ad Schellevis's avatar
    (mvc) improve API for array type model objects · ceda9d08
    Ad Schellevis authored
    Integrate uuid generation into the core of the model system so items are uniquely identified and can be directly accessed using their uuids.
    
    For example:
    // set recurring pipe item to 1001
    $model->setNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue', "1001");
    
    // echo the contents back
    echo $model->getNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue');
    ceda9d08
Name
Last commit
Last update
..
bin Loading commit data...
captiveportal Loading commit data...
etc Loading commit data...
opnsense Loading commit data...
pkg Loading commit data...
sbin Loading commit data...
share Loading commit data...
www Loading commit data...