I have this code:
foreach($this->table_descriptor->getColumns() as $column){
$buf .= "\t\t$this->$".$column['Field']." = NULL,\n";
}
what should print:
$this->Columna = NULL,
but I get the following error:
syntax error,...
asked by
05.06.2018 / 12:40