Nuff Said.

Posted by John Kleijn • Monday, April 13. 2009 • Category: PHP


function extraStatics() {
    return $this->extraDBFields();
}

/**
* @deprecated 2.3 Use extraStatics()
*/

function extraDBFields() {
    return array();
}
 

(This gem was taken from SilverStripe)

Antiquities and such