-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi Anton,
I've seen that you have similar issue (or so I think), but i've decided to create a new one.
I was just going to ask if there's any support for complex attributes in OrientDBRecord or at least in text queries? Is there a way to do that with OrientDB-PHP now?
For example,
$record = new OrientDBRecord();
$record->data->name = 'Andrey';
$record->data->complex_name = new stdCLass();
$record->data->complex_name->first = 'Andrey';
$record->data->complex_name->last = 'Kuprianov';
$record->data->age = 30;
$recordPos = $db->recordCreate(1, $record);
Metadata
Metadata
Assignees
Labels
No labels