forked from pear/Structures_DataGrid
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage2-ds-dataobject.xml
More file actions
executable file
·75 lines (75 loc) · 2.28 KB
/
package2-ds-dataobject.xml
File metadata and controls
executable file
·75 lines (75 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.9" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Structures_DataGrid_DataSource_DataObject</name>
<channel>pear.php.net</channel>
<summary>DataSource driver using PEAR::DB_DataObject</summary>
<description>This is a DataSource driver for Structures_DataGrid using PEAR::DB_DataObject.
</description>
<lead>
<name>Olivier Guilyardi</name>
<user>olivierg</user>
<email>olivier@samalyse.com</email>
<active>yes</active>
</lead>
<lead>
<name>Andrew S. Nagy</name>
<user>asnagy</user>
<email>asnagy@webitecture.org</email>
<active>no</active>
</lead>
<date>2007-12-18</date>
<time>18:30:00</time>
<version>
<release>0.2.2dev1</release>
<api>0.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD</license>
<notes>
QA release
Directory layout
- bug #12942: datasource sorting now overrides the dataobject sort property
(thanks to Mike Rehacek)
- fixed limit() when called with a single argument (Warning: this might cause
a BC break if you're using this datasource outside of Structures_DataGrid)
- bug #13199: support DB_DataObject getters in addition to pure camel-case ones
(thanks to Mads Lie Jensen)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="Structures">
<dir name="DataGrid">
<dir name="DataSource">
<file name="DataObject.php" role="php" />
</dir> <!-- //DataGrid/DataSource -->
</dir> <!-- //DataGrid -->
</dir></dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.0.0</min>
</php>
<pearinstaller>
<min>1.6.0</min>
</pearinstaller>
<package>
<name>Structures_DataGrid</name>
<channel>pear.php.net</channel>
<min>0.9.0</min>
</package>
<package>
<name>DB_DataObject</name>
<channel>pear.php.net</channel>
<min>1.8.7</min>
</package>
</required>
</dependencies>
<phprelease />
</package>