Hi guys,
Ok i'm using version 3.1 beta 3 and am trying to display the value of a boolean and also of a date field 'Nice' in a model admin page. I used to use the code below to do this but now i get 'unable to transverse' errors, any pointers?
public static $summary_fields = array(
'NiceShow' => 'Show Live'
);
public function getNiceShow() {
return $this->obj('Visible')->Nice();
}
Cheers
Mick
Posted to: Making it Nice | Show Thread | Post Reply