id = $id; $this->options = new Grid_Options( $options ); } public function render( $data ) { require dirname( __FILE__ ) . '/tmpl/grid.php'; } }