Skip to content

Nested/complex attributes #27

@andreyvk

Description

@andreyvk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions