/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/widget-examples/adodbmysqllist.html
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/widget-examples/adodbmysqllist.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Thu May 6 16:27:13 2004 UTC (20 years, 4 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +147 -145 lines
File MIME type: text/html
Error occurred while calculating annotation data.
 updated all to v2.4.1 - Apr 01, 2004

1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <!-- template designed by Marco Von Ballmoos -->
6 <title>Docs For Class adodbmysqllist</title>
7 <link rel="stylesheet" href="../../media/stylesheet.css" />
8 <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9 </head>
10 <body>
11 <div class="page-body">
12
13 <h2 class="class-name">Class adodbmysqllist</h2>
14
15 <a name="sec-description"></a>
16 <div class="info-box">
17 <div class="info-box-title">Description</div>
18 <div class="nav-bar">
19 <span class="disabled">Description</span> |
20 <a href="#sec-vars">Vars</a>
21 | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
22
23 </div>
24 <div class="info-box-body">
25 <!-- ========== Info from phpDoc block ========= -->
26 <p class="short-description">This is a subclass of the pear mysql list object.</p>
27 <p class="description"><p>The only difference being is the DataListSource object for an ADODB object, instead of a PEAR DB object.</p></p>
28 <ul class="tags">
29 <li><span class="field">version:</span> 2.0</li>
30 <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
31 </ul>
32 <p class="notes">
33 Located in <a class="field" href="_examples_widget6_php.html">/examples/widget6.php</a> (line <span class="field">155</span>)
34 </p>
35
36
37 <pre>DefaultGUIDataList
38 |
39 --<a href="../../phpHtmlLib/widget-examples/pearmysqllist.html">pearmysqllist</a>
40 |
41 --adodbmysqllist</pre>
42
43 </div>
44 </div>
45
46
47
48
49 <a name="sec-method-summary"></a>
50 <div class="info-box">
51 <div class="info-box-title">Method Summary</span></div>
52 <div class="nav-bar">
53 <a href="#sec-description">Description</a> |
54 <a href="#sec-vars">Vars</a>
55
56 |
57 <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
58 </div>
59 <div class="info-box-body">
60 <div class="method-summary">
61
62 <div class="method-definition">
63 <span class="method-result">void</span>
64 <a href="#get_data_source" title="details" class="method-name">get_data_source</a>
65 ()
66 </div>
67 </div>
68 </div>
69 </div>
70
71 <a name="sec-vars"></a>
72 <div class="info-box">
73 <div class="info-box-title">Variables</div>
74 <div class="nav-bar">
75 <a href="#sec-description">Description</a> |
76 <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
77
78
79 |
80 <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
81
82 </div>
83 <div class="info-box-body">
84
85 <h4>Inherited Variables</h4>
86 <A NAME='inherited_vars'><!-- --></A>
87 <p>Inherited from <span class="classname"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html">pearmysqllist</a></span></p>
88 <blockquote>
89 <span class="var-title">
90 <span class="var-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#var$_default_rows_per_page">pearmysqllist::$_default_rows_per_page</a></span><br>
91 </span>
92 </blockquote>
93
94 </div>
95 </div>
96
97 <a name="sec-methods"></a>
98 <div class="info-box">
99 <div class="info-box-title">Methods</div>
100 <div class="nav-bar">
101 <a href="#sec-description">Description</a> |
102 <a href="#sec-vars">Vars</a>
103 <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
104
105 </div>
106 <div class="info-box-body">
107 <A NAME='method_detail'></A>
108 <a name="methodget_data_source" id="get_data_source"><!-- --></a>
109 <div class="oddrow">
110
111 <div class="method-header">
112 <span class="method-title">get_data_source</span> (line <span class="line-number">165</span>)
113 </div>
114
115 <!-- ========== Info from phpDoc block ========= -->
116 <p class="short-description">This function is called automatically by the DataList constructor. It must be extended by the child class to actually set the DataListSource object.</p>
117
118 <div class="method-signature">
119 <span class="method-result">void</span>
120 <span class="method-name">
121 get_data_source
122 </span>
123 ()
124 </div>
125
126
127 <hr class="separator" />
128 <div class="notes">Redefinition of:</div>
129 <dl>
130 <dt><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methodget_data_source">pearmysqllist::get_data_source()</a></dt>
131 <dd>This function is called automatically by the DataList constructor. It must be extended by the child class to actually set the DataListSource object.</dd>
132 </dl>
133
134 </div>
135 <h4>Inherited Methods</h4>
136 <a name='inherited_methods'><!-- --></a>
137 <!-- =========== Summary =========== -->
138 <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html">pearmysqllist</a></span></p>
139 <blockquote>
140 <span class="method-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methodbuild_column_item">pearmysqllist::build_column_item()</a></span><br>
141 <span class="method-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methodget_data_source">pearmysqllist::get_data_source()</a></span><br>
142 <span class="method-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methoduser_setup">pearmysqllist::user_setup()</a></span><br>
143 </blockquote>
144
145 </div>
146 </div>
147
148
149 <p class="notes" id="credit">
150 Documentation generated on Thu, 1 Apr 2004 09:40:14 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
151 </p>
152 </div></body>
153 </html>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed