row['url']; ?>render_header("URL",$value); } }; $foo = array( array(id => "1", name => "Richard", email => "richard@blah.com", url => "http://dododo.com/", url_title => "DoDoDo", cost => "50.00"), array(id => "2", name => "Adam", email => "adam@blah.com", url => "http://yahoo.com/", url_title => "Yahoo", cost => "75.00"), array(id => "3", name => "Colin", email => "colin@blah.com", url => "http://google.com/", url_title => "Google", cost => "12"), array(id => "4", name => "Andrew", email => "andrew@blah.com", url => "http://exorsus.net/", url_title => "Exorsus", cost => "99.5"), array(id => "5", name => "Josh", email => "josh@blah.com", url => "http://slashdot.org/", url_title => "Slashdot", cost => "1000000.00"), ); $t = new Table( new Table_Data_Array($foo,array("name","email","url_title","cost"),"id"), new MyRender("normal","shaded","total") ); $t->render(); ?>