cvs: peardoc /ja/package/structures/structures-datagrid/structures-datagrid seturlformat.xml /ja/package/structures/structures-datagrid/structures-datagrid-datasource dataobject.xml /ja/package/structures/structures-datagrid/structures-datagrid-renderer checkablehtmltable.xml console.xml csv.xml flexy.xml htmleditform.xml htmlsortform.xml htmltable.xml pager.xml smarty.xml xls.xml xml.xml xul.xml
[email protected] ("TAKAGI Masahiro")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvstakagi1194672553@cvsserver> |
takagi Sat Nov 10 05:29:13 2007 UTC
Modified files:
/peardoc/ja/package/structures/structures-datagrid/structures-datagrid
seturlformat.xml
/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer
xul.xml
xml.xml
xls.xml
smarty.xml
pager.xml
htmltable.xml
htmlsortform.xml
htmleditform.xml
flexy.xml
csv.xml
console.xml
checkablehtmltable.xml
/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-datasource
dataobject.xml
Log:
sync with en.
takagi-20071110052913.txt
(text/plain, 24.2 KB)
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml:1.1 peardoc/ja/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml:1.2
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml:1.1 Fri Nov 9 22:43:33 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid/seturlformat.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.3 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid.seturlformat">
<refnamediv>
<refname>
@@ -17,7 +17,7 @@
<function>Structures_DataGrid::setUrlFormat</function>
</funcdef>
<paramdef>
- string
+ mixed
<parameter>$format</parameter>
</paramdef>
<paramdef>
@@ -51,6 +51,13 @@
複数の DataGrid のインスタンスを同一のページで使用するには、
それぞれ別のプレフィックスを使用します。
</para>
+ <para>
+ 書式文字列ではなく、Net_URL_Mapper のインスタンスをこのメソッドに渡すこともできます。
+ この場合、$prefix と $scriptname は無視されます。
+ このインスタンスは、適切に設定して URL パターンに接続されたものでなければなりません。
+ これは、アプリケーション全体で使用する URL マッピングをすでに設定していて
+ それを Structures_DataGrid と統合したい場合に便利です。
+ </para>
</refsect1>
<refsect1 id="package.structures.structures-datagrid.structures-datagrid.seturlformat.param">
&title.param;
@@ -58,11 +65,11 @@
<variablelist>
<varlistentry>
<term>
- &type.string;
+ &type.mixed;
<parameter>$format</parameter>
</term>
<listitem>
- <para>URL の書式。例を参照ください。</para>
+ <para>URL の書式。文字列あるいは Net_URL_Mapper のインスタンス。</para>
</listitem>
</varlistentry>
</variablelist>
@@ -90,6 +97,13 @@
</variablelist>
</para>
</refsect1>
+ <refsect1 id="package.structures.structures-datagrid.structures-datagrid.seturlformat.see">
+ &title.see;
+ <para>
+ <ulink url="http://pear.php.net/Net_URL_Mapper">http://pear.php.net/Net_URL_Mapper</ulink>
+ も参照ください。
+ </para>
+ </refsect1>
<refsect1 id="package.structures.structures-datagrid.structures-datagrid.seturlformat.throws">
&title.throws;
<para>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml:1.5 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml:1.6
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml:1.5 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xul.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.5 $ -->
-<!-- EN-Revision: 1.10 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.6 $ -->
+<!-- EN-Revision: 1.11 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.xul">
<refnamediv>
<refname>Structures_DataGrid_Renderer_XUL</refname>
@@ -37,6 +37,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml:1.4 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml:1.5
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml:1.4 Sat Apr 21 20:33:56 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xml.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.8 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.9 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.xml">
<refnamediv>
<refname>Structures_DataGrid_Renderer_XML</refname>
@@ -37,6 +37,10 @@
<entry>ストリーミング</entry>
<entry>yes</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.6 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.7
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.6 Sat Mar 17 08:43:07 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.6 $ -->
-<!-- EN-Revision: 1.9 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.10 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.xls">
<refnamediv>
<refname>Structures_DataGrid_Renderer_XLS</refname>
@@ -37,6 +37,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml:1.6 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml:1.7
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml:1.6 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/smarty.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.6 $ -->
-<!-- EN-Revision: 1.10 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.11 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.smarty">
<refnamediv>
<refname>Structures_DataGrid_Renderer_Smarty</refname>
@@ -37,6 +37,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -59,6 +63,15 @@
</thead>
<tbody>
<row>
+ <entry>associative</entry>
+ <entry>bool</entry>
+ <entry>
+ デフォルトでは、カラムセットやレコードは数値添字配列となります。
+ このオプションを true に設定すると、配列のキーがフィールド名となります。
+ </entry>
+ <entry>false</entry>
+ </row>
+ <row>
<entry>buildFooter</entry>
<entry>bool</entry>
<entry>フッタを作成するかどうか。</entry>
@@ -207,8 +220,9 @@
<refsect1 id="package.structures.structures-datagrid.structures-datagrid-renderer.smarty.notes">
<title>全般的な注意</title>
<para>
- To use this driver you need the Smarty template engine from
+ このドライバを使用するには、
http://smarty.php.net
+ で入手できる Smarty テンプレートが必要です。
</para>
<para>
このドライバは render() メソッドをサポートしていません。
@@ -241,6 +255,8 @@
)
- $recordSet: レコードの値の配列。
- $currentPage: 現在のページ (最初のページは 1)。
+- $nextPage: 次のページ。
+- $previousPage: 前のページ。
- $recordLimit: ページ単位の行数。
- $pagesNum: ページ数。
- $columnsNum: カラム数。
@@ -253,7 +269,7 @@
</programlisting>
</para>
<para>
- このドライバは、getPaging という名前の Smarty カスタム関数も登録します。
+ このドライバは、getPaging という名前の Smarty カスタム関数を登録します。
これは Smarty テンプレート内で {getPaging} としてコール可能で、
ページ処理用のリンクを表示します。この関数は、
Structures_DataGrid_Renderer_Pager の pagerOptions
@@ -265,6 +281,12 @@
これを使用すると任意のデータグリッドに関するページ処理をすることができます
(ひとつのページに複数のグリッドを配置する際に便利です)。
</para>
+ <para>
+ オブジェクトの記録 : このドライバは、渡されたオブジェクトのレコードを記録します。
+ つまり、データソースから渡されるレコードが連想配列ではなくオブジェクトだった場合、
+ そのプロパティやメソッドを Smarty テンプレートから直接利用できるようになります。
+ たとえば {$recordSet[col]->getSomeInformation()} のようにします。
+ </para>
</refsect1>
<refsect1 id="package.structures.structures-datagrid.structures-datagrid-renderer.smarty.examples">
<title>例</title>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml:1.6 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml:1.7
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml:1.6 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/pager.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.6 $ -->
-<!-- EN-Revision: 1.10 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.11 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.pager">
<refnamediv>
<refname>Structures_DataGrid_Renderer_Pager</refname>
@@ -47,6 +47,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml:1.5 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml:1.6
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml:1.5 Tue Sep 4 03:24:27 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmltable.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.5 $ -->
-<!-- EN-Revision: 1.9 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.6 $ -->
+<!-- EN-Revision: 1.10 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.htmltable">
<refnamediv>
<refname>Structures_DataGrid_Renderer_HTMLTable</refname>
@@ -43,6 +43,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -77,6 +81,22 @@
<entry>true</entry>
</row>
<row>
+ <entry>classASC</entry>
+ <entry>string</entry>
+ <entry>
+ TH 要素の CSS クラス名で、現在の並び順が昇順であることを表すもの。
+ </entry>
+ <entry>''</entry>
+ </row>
+ <row>
+ <entry>classDESC</entry>
+ <entry>string</entry>
+ <entry>
+ TH 要素の CSS クラス名で、現在の並び順が降順であることを表すもの。
+ </entry>
+ <entry>''</entry>
+ </row>
+ <row>
<entry>columnAttributes</entry>
<entry>array</entry>
<entry>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml:1.4 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml:1.5
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml:1.4 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmlsortform.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.8 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.9 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.htmlsortform">
<refnamediv>
<refname>Structures_DataGrid_Renderer_HTMLSortForm</refname>
@@ -45,6 +45,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml:1.4 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml:1.5
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml:1.4 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/htmleditform.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.4 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.5 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.htmleditform">
<refnamediv>
<refname>Structures_DataGrid_Renderer_HTMLEditForm</refname>
@@ -45,6 +45,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml:1.2 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml:1.3
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml:1.2 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/flexy.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.3 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.flexy">
<refnamediv>
<refname>Structures_DataGrid_Renderer_Flexy</refname>
@@ -45,6 +45,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml:1.6 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml:1.7
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml:1.6 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/csv.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.6 $ -->
-<!-- EN-Revision: 1.11 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.12 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.csv">
<refnamediv>
<refname>Structures_DataGrid_Renderer_CSV</refname>
@@ -37,6 +37,10 @@
<entry>ストリーミング</entry>
<entry>yes</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml:1.3 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml:1.4
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml:1.3 Sun Dec 10 01:02:17 2006
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/console.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.3 $ -->
-<!-- EN-Revision: 1.7 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.4 $ -->
+<!-- EN-Revision: 1.8 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.console">
<refnamediv>
<refname>Structures_DataGrid_Renderer_Console</refname>
@@ -43,6 +43,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml:1.2 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml:1.3
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml:1.2 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-renderer/checkablehtmltable.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.3 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.checkablehtmltable">
<refnamediv>
<refname>Structures_DataGrid_Renderer_CheckableHTMLTable</refname>
@@ -52,6 +52,10 @@
<entry>ストリーミング</entry>
<entry>no</entry>
</row>
+ <row>
+ <entry>オブジェクトの永続化</entry>
+ <entry>no</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -86,6 +90,22 @@
<entry>true</entry>
</row>
<row>
+ <entry>classASC</entry>
+ <entry>string</entry>
+ <entry>
+ TH 要素の CSS クラス名で、現在の並び順が昇順であることを表すもの。
+ </entry>
+ <entry>''</entry>
+ </row>
+ <row>
+ <entry>classDESC</entry>
+ <entry>string</entry>
+ <entry>
+ TH 要素の CSS クラス名で、現在の並び順が降順であることを表すもの。
+ </entry>
+ <entry>''</entry>
+ </row>
+ <row>
<entry>columnAttributes</entry>
<entry>array</entry>
<entry>
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/ja/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml
diff -u peardoc/ja/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml:1.7 peardoc/ja/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml:1.8
--- peardoc/ja/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml:1.7 Fri Jul 27 03:18:47 2007
+++ peardoc/ja/package/structures/structures-datagrid/structures-datagrid-datasource/dataobject.xml Sat Nov 10 05:29:13 2007
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!-- $Revision: 1.7 $ -->
-<!-- EN-Revision: 1.10 Maintainer: takagi Status: ready -->
+<!-- $Revision: 1.8 $ -->
+<!-- EN-Revision: 1.11 Maintainer: takagi Status: ready -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-datasource.dataobject">
<refnamediv>
<refname>Structures_DataGrid_DataSource_DataObject</refname>
@@ -184,6 +184,16 @@
<entry>false</entry>
</row>
<row>
+ <entry>return_objects</entry>
+ <entry>bool</entry>
+ <entry>
+ true を指定すると、返り値は連想配列ではなくデータオブジェクトのクローンとなります。
+ これは、たとえば Smarty レンダラなどと組み合わせて使用する場合に便利です。
+ テンプレート内から直接データオブジェクトのプロパティやメソッドを使用できるようになります。
+ </entry>
+ <entry>false</entry>
+ </row>
+ <row>
<entry>sort_property</entry>
<entry>string</entry>
<entry>