http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of structures_datagrid_datasource_arrayThe latest releases for the package structures_datagrid_datasource_arrayStructures_DataGrid_DataSource_Array 0.2.0dev1
http://pear.php.net/package/Structures_DataGrid_DataSource_Array/download/0.2.0dev1/
QA release<br />
Directory layout<br />
Bug #13134 A notice is raised if an empty array is passed to bind()<br />
- add support for sorting by multiple fields (also affects the CSV, DB, Excel,<br />
RSS and XML datasources)
2010-10-10T13:27:38-05:00doconnorStructures_DataGrid_DataSource_Array 0.1.4
http://pear.php.net/package/Structures_DataGrid_DataSource_Array/download/0.1.4/
- Bug #13134: A notice is raised if an empty array is passed to bind()
2008-02-16T13:02:23-05:00wiesemannStructures_DataGrid_DataSource_Array 0.1.3
http://pear.php.net/package/Structures_DataGrid_DataSource_Array/download/0.1.3/
- Request #12018: new option 'natsort' allows natural sorting of data; e.g. <br />
'example1, Example2, test1, Test2' vs. 'Example2, Test2, example1, test1'<br />
(default sorting, capital letters will come first)<br />
- Bug #12020: arrays with non-continuous keys are now <br />
- add support for using object instead of associative arrays as records<br />
<br />
The new option and the bug fix also affect the following DataSource drivers:<br />
CSV, DB (not DBQuery!), Excel, RSS, XML
2007-12-18T11:22:28-05:00wiesemannStructures_DataGrid_DataSource_Array 0.1.2
http://pear.php.net/package/Structures_DataGrid_DataSource_Array/download/0.1.2/
- Bug #9914: removed the (wrong) assumption that always an array index 0 exists<br />
(thanks to Rob, rjbarbour at gmail dot com)
2007-01-24T14:56:48-05:00wiesemannStructures_DataGrid_DataSource_Array 0.1.1
http://pear.php.net/package/Structures_DataGrid_DataSource_Array/download/0.1.1/
- performance optimization: when PHP >= 5.1.0 is installed, its native<br />
array_intersect_key() function is now used instead of an emulation of this<br />
function in PHP code<br />
- this package is now licensed under the New BSD license
2006-12-16T11:09:19-05:00wiesemannStructures_DataGrid_DataSource_Array 0.1.0
http://pear.php.net/package/Structures_DataGrid_DataSource_Array/download/0.1.0/
Changes since Structures_DataGrid 0.6.3:<br />
<br />
- DataSource driver unbundled from Structures_DataGrid core<br />
- bug #6582: the method sort() in Array DataSource driver can no longer<br />
be called statically (this method should have been used only internally)
2006-06-19T12:06:29-05:00wiesemann