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->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 '';
?>