php-xbase icon indicating copy to clipboard operation
php-xbase copied to clipboard

Memo is null

Open yaraiw opened this issue 2 years ago • 0 comments

$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▕

yaraiw avatar Jun 19 '23 16:06 yaraiw