Bitmasks

Using the BitmaskedBehavior

Re-configure using SQL-Snippets

Syntax: OLDID[,...]:NEWID[,...] (allowing multiple ids on each side
e.g.: 4:8,16, single statements per line
Form->create();?>
Form->control('model', ['placeholder' => 'PluginName.ModelName']); echo $this->Form->control('field', ['placeholder' => 'field_name']); echo $this->Form->control('matrix', ['type' => 'textarea']); ?>
Form->submit(__('Submit')); echo $this->Form->end();?>

Result

$value) { echo pre($value['from']); echo pre($value['to']); } echo '
';
foreach ($result as $key => $value) {
	echo $value['sql'] . PHP_EOL;
}
echo '
'; ?>