| » Version | » Information |
|---|---|
| 0.1.4 |
Release date: 2008-02-16 13:02 UTC Release state: beta Changelog: - Bug #13134: A notice is raised if an empty array is passed to bind() Dependencies:
|
| 0.1.3 |
Release date: 2007-12-18 11:22 UTC Release state: beta Changelog: - Request #12018: new option 'natsort' allows natural sorting of data; e.g. 'example1, Example2, test1, Test2' vs. 'Example2, Test2, example1, test1' (default sorting, capital letters will come first) - Bug #12020: arrays with non-continuous keys are now - add support for using object instead of associative arrays as records The new option and the bug fix also affect the following DataSource drivers: CSV, DB (not DBQuery!), Excel, RSS, XML Dependencies:
|
| 0.1.2 |
Release date: 2007-01-24 14:56 UTC Release state: beta Changelog: - Bug #9914: removed the (wrong) assumption that always an array index 0 exists (thanks to Rob, rjbarbour at gmail dot com) Dependencies:
|
| 0.1.1 |
Release date: 2006-12-16 11:09 UTC Release state: beta Changelog: - performance optimization: when PHP >= 5.1.0 is installed, its native array_intersect_key() function is now used instead of an emulation of this function in PHP code - this package is now licensed under the New BSD license Dependencies:
|
| 0.1.0 |
Release date: 2006-06-19 12:06 UTC Release state: beta Changelog: Changes since Structures_DataGrid 0.6.3: - DataSource driver unbundled from Structures_DataGrid core - bug #6582: the method sort() in Array DataSource driver can no longer be called statically (this method should have been used only internally) Dependencies:
|