Array editor
From Aikiframework wiki
Array editor provide functionality to edit serialized arrays stored in db. example of such arrays are: auto generated forms, configuration....
Usage
require ("aiki.php");
$aiki->array->editor('db table primary key', 'Display name', 'field where array is stored', 'table name', 'sql Condition i.e where id=10');

