Closed ParkFramework closed 8 years ago
Probably better to implement - construct inline object syntax? Syntex should look like PHP arrays and JSON.
Example:
$object = { "key" => $value }; API $object->keys(); $object->split(); $object->join();
This feature is outside the scope of this extension -- it's not possible to implement that kind of syntax from an extension, it requires a language parser patch.
Probably better to implement - construct inline object syntax? Syntex should look like PHP arrays and JSON.
Example: