add column unique numbering scheme, more efficient selects
This commit is contained in:
@@ -166,6 +166,10 @@ class objBag implements JsonSerializable, ArrayAccess {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $obj
|
||||
* @return objBag
|
||||
*/
|
||||
function objBag($obj) {
|
||||
return new \objBag($obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user