开发者

PHP view in datagrid

开发者 https://www.devze.com 2023-03-27 22:36 出处:网络
Does php has datagridview object or somet开发者_Go百科hing? Or do I just make a table out of it? I need to do this format, http://replays.mineski.net/.. Do you think XML as a information storage is su

Does php has datagridview object or somet开发者_Go百科hing? Or do I just make a table out of it? I need to do this format, http://replays.mineski.net/.. Do you think XML as a information storage is suitable for this?


well, html table is itself some kind of datagrid. So just use html table, tr, td to achieve what you want, additionally, use th for table headers. Good luck.


You could use something like PEAR datagrid http://pear.php.net/package/Structures_DataGrid, there are also some nice javascript based ones you can use eg: http://www.trirand.net/demophp.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消