pluf2

pluf2 Commit Details


Date:2010-02-09 02:43:04 (14 years 10 months ago)
Author:Loic d'Anterroches
Branch:master
Commit:873517a31a26c473f20160c4f37f18a18039e7ad
Parents: b4abca849de9341052b9e7badd84d00be8b5ec3f
Message:Fixed ticket 392 with a correct set of the null values.

Changes:

File differences

src/Pluf/Model.php
579579
580580
581581
582
582
583583
584584
585585
}
// FIXME: The associated properties need to be converted too.
foreach ($query['props'] as $prop => $key) {
if (isset($row[$prop])) $this->_data[$key] = $row[$prop];
$this->_data[$key] = (isset($row[$prop])) ? $row[$prop] : null;
}
$this->restore();
$res[] = clone($this);

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05669s using 14 queries.