addColumn('no', 'no'); $this->addColumn('date', 'date', array('orderBy' => 'date', 'format' => '%b %e, %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; } }