'added DESC'); protected function _bindListColumns($list) { $list->addColumn( 'date', 'added', array('title' => 'Date / Time', 'orderBy' => 'added', 'format' => '%b %e, %Y @ %I:%M%p', 'attribs' => array('width' => 160)) ) ->addColumn('text', 'ipAddress', array('title' => 'IP Address', 'orderBy' => 'ipAddress')) ->addColumn('text', 'userAgent', array('title' => 'HTTP User Agent', 'orderBy' => 'userAgent')) ->addColumn( 'options', 'options', array('actions' => 'delete', 'attribs' => array('width' => 80)) ); return $this; } }