Skip to content

Memo is null #122

@yaraiw

Description

@yaraiw

$record->get('MEMO_COL')

Call to a member function get() on null

at vendor/hisamu/php-xbase/src/Record/AbstractRecord.php:135
131▕ if (!$pointer = $this->data[$columnName]) {
132▕ return null;
133▕ }
134▕
➜ 135▕ return $this->table->memo->get($pointer);
136▕ }
137▕
138▕ //
139▕

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