Tag Archives: funny

Extract from Doctrine_Record

 
/**
* returns an array of modified fields and associated values
* @return array
* @todo What about a better name? getModifiedFields?
*/
public function getModified()
{
[...]

Posted in PHP, Symfony | Also tagged , | 2 Comments