Kevin Pfeifer

Results 52 issues of Kevin Pfeifer

See https://www.php.net/manual/en/function.apcu-inc.php

I have this code in my controller: ``` $optionsTable = $this->fetchTable('Options'); try { $ports = $optionsTable->get('mykey'); } catch (RecordNotFoundException) { $ports = new Option(['alfred_key' => 'mykey', 'value' => '']); }...