example
<?php require 'Structures/DataGrid.php'; require 'Structures/DataGrid/DataSource.php'; $dg =& new Structures_DataGrid(); // Get my data include('connect.php'); $result = mssql_query('SELECT * FROM transakcja'); // Bind to DataGrid $data = Structures_DataGrid_DataSource::create($result); $dg->bindDataSource($data); // Print the DataGrid $dg->render(); ?>
Zainstalowane pakiety:
Console_Table 1.0.3 stable
DB 1.6.2 stable
HTML_Common 1.2.2 stable
HTML_Table 1.6.1 stable
PEAR 1.3.2 stable
Pager 2.3.6 stable
Structures_DataGrid 0.6.3 beta
XML_Parser 1.0.1 stable
XML_RPC 1.1.0 stable
XML_Util 1.1.1 stable
php Version 4.3.10-16