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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide 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
 updated all to v2.4.1 - Apr 01, 2004

1 jonen 1.4 <?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     <h2 class="class-name">Class adodbmysqllist</h2>
13    
14     <a name="sec-description"></a>
15     <div class="info-box">
16     <div class="info-box-title">Description</div>
17     <div class="nav-bar">
18     <span class="disabled">Description</span> |
19     <a href="#sec-vars">Vars</a>
20     | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
21    
22     </div>
23     <div class="info-box-body">
24     <!-- ========== Info from phpDoc block ========= -->
25     <p class="short-description">This is a subclass of the pear mysql list object.</p>
26     <p class="description"><p>The only difference being is the DataListSource object for an ADODB object, instead of a PEAR DB object.</p></p>
27     <ul class="tags">
28     <li><span class="field">version:</span> 2.0</li>
29     <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
30     </ul>
31     <p class="notes">
32     Located in <a class="field" href="_examples_widget6_php.html">/examples/widget6.php</a> (line <span class="field">155</span>)
33     </p>
34    
35    
36 jonen 1.3 <pre>DefaultGUIDataList
37 jonen 1.1 |
38     --<a href="../../phpHtmlLib/widget-examples/pearmysqllist.html">pearmysqllist</a>
39     |
40 jonen 1.4 --adodbmysqllist</pre>
41    
42     </div>
43     </div>
44    
45    
46    
47    
48     <a name="sec-method-summary"></a>
49     <div class="info-box">
50     <div class="info-box-title">Method Summary</span></div>
51     <div class="nav-bar">
52     <a href="#sec-description">Description</a> |
53     <a href="#sec-vars">Vars</a>
54    
55     |
56     <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
57     </div>
58     <div class="info-box-body">
59     <div class="method-summary">
60    
61     <div class="method-definition">
62     <span class="method-result">void</span>
63     <a href="#get_data_source" title="details" class="method-name">get_data_source</a>
64     ()
65     </div>
66     </div>
67     </div>
68     </div>
69    
70     <a name="sec-vars"></a>
71     <div class="info-box">
72     <div class="info-box-title">Variables</div>
73     <div class="nav-bar">
74     <a href="#sec-description">Description</a> |
75     <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
76    
77    
78     |
79     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
80    
81     </div>
82     <div class="info-box-body">
83     <h4>Inherited Variables</h4>
84     <A NAME='inherited_vars'><!-- --></A>
85     <p>Inherited from <span class="classname"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html">pearmysqllist</a></span></p>
86     <blockquote>
87     <span class="var-title">
88     <span class="var-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#var$_default_rows_per_page">pearmysqllist::$_default_rows_per_page</a></span><br>
89     </span>
90     </blockquote>
91    
92     </div>
93     </div>
94    
95     <a name="sec-methods"></a>
96     <div class="info-box">
97     <div class="info-box-title">Methods</div>
98     <div class="nav-bar">
99     <a href="#sec-description">Description</a> |
100     <a href="#sec-vars">Vars</a>
101     <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
102    
103     </div>
104     <div class="info-box-body">
105     <A NAME='method_detail'></A>
106     <a name="methodget_data_source" id="get_data_source"><!-- --></a>
107     <div class="oddrow">
108    
109     <div class="method-header">
110     <span class="method-title">get_data_source</span> (line <span class="line-number">165</span>)
111     </div>
112    
113     <!-- ========== Info from phpDoc block ========= -->
114     <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>
115    
116     <div class="method-signature">
117     <span class="method-result">void</span>
118     <span class="method-name">
119     get_data_source
120     </span>
121     ()
122     </div>
123    
124    
125     <hr class="separator" />
126     <div class="notes">Redefinition of:</div>
127     <dl>
128     <dt><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methodget_data_source">pearmysqllist::get_data_source()</a></dt>
129     <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>
130     </dl>
131    
132     </div>
133     <h4>Inherited Methods</h4>
134     <a name='inherited_methods'><!-- --></a>
135     <!-- =========== Summary =========== -->
136     <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html">pearmysqllist</a></span></p>
137     <blockquote>
138     <span class="method-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methodbuild_column_item">pearmysqllist::build_column_item()</a></span><br>
139     <span class="method-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methodget_data_source">pearmysqllist::get_data_source()</a></span><br>
140     <span class="method-name"><a href="../../phpHtmlLib/widget-examples/pearmysqllist.html#methoduser_setup">pearmysqllist::user_setup()</a></span><br>
141     </blockquote>
142    
143     </div>
144     </div>
145    
146    
147     <p class="notes" id="credit">
148     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>
149     </p>
150     </div></body>
151     </html>

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