Your Account
Community
Topics (Upcoming)
More |
View story
Extract from Doctrine_Record
http://feedproxy.google.com/~r/symfony/planet/~3/vUxsh2p_8Zc...
Submitted by
narko
5 months, 1 day, 1 hour ago
/**
* returns an array of modified fields and associated values
* @return array
* @todo What about a better name? getModifiedFields?
*/
public function getModified()
{
$a = array();
foreach ($this->_modified as $k => $v) {
$a[$v]...
Tags: symfony
|