addColumn( 'date', 'date', array('title' => 'Publication Date', 'orderBy' => 'date', 'format' => '%m/%d/%Y') ); $this->addColumn('text', 'title', array('orderBy' => 'title')); $this->addColumn( 'link_enum', 'enabled', array('title' => 'Show', 'orderBy' => 'enabled', 'values' => array('y' => 'Yes', 'n' => 'No')) ); $this->addColumn('options', 'options'); return $this; } }