/[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.3 - (hide annotations)
Wed Sep 24 12:50:42 2003 UTC (21 years ago) by jonen
Branch: MAIN
Changes since 1.2: +140 -189 lines
File MIME type: text/html
+ updated whole phphtmllib to v2.3.0

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

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