cleanup text-match
[awl.git] / docs / api / awl / AwlDatabase / _AwlQuery.php.html
blobdbc13f002e906cb056b1cebc05a44abb37afe2a5
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 page AwlQuery.php</title>
7 <link rel="stylesheet" href="../../media/stylesheet.css" />
8 <script src="../../media/lib/classTree.js"></script>
9 <script language="javascript" type="text/javascript">
10 var imgPlus = new Image();
11 var imgMinus = new Image();
12 imgPlus.src = "../../media/images/plus.png";
13 imgMinus.src = "../../media/images/minus.png";
15 function showNode(Node){
16 switch(navigator.family){
17 case 'nn4':
18 // Nav 4.x code fork...
19 var oTable = document.layers["span" + Node];
20 var oImg = document.layers["img" + Node];
21 break;
22 case 'ie4':
23 // IE 4/5 code fork...
24 var oTable = document.all["span" + Node];
25 var oImg = document.all["img" + Node];
26 break;
27 case 'gecko':
28 // Standards Compliant code fork...
29 var oTable = document.getElementById("span" + Node);
30 var oImg = document.getElementById("img" + Node);
31 break;
33 oImg.src = imgMinus.src;
34 oTable.style.display = "block";
37 function hideNode(Node){
38 switch(navigator.family){
39 case 'nn4':
40 // Nav 4.x code fork...
41 var oTable = document.layers["span" + Node];
42 var oImg = document.layers["img" + Node];
43 break;
44 case 'ie4':
45 // IE 4/5 code fork...
46 var oTable = document.all["span" + Node];
47 var oImg = document.all["img" + Node];
48 break;
49 case 'gecko':
50 // Standards Compliant code fork...
51 var oTable = document.getElementById("span" + Node);
52 var oImg = document.getElementById("img" + Node);
53 break;
55 oImg.src = imgPlus.src;
56 oTable.style.display = "none";
59 function nodeIsVisible(Node){
60 switch(navigator.family){
61 case 'nn4':
62 // Nav 4.x code fork...
63 var oTable = document.layers["span" + Node];
64 break;
65 case 'ie4':
66 // IE 4/5 code fork...
67 var oTable = document.all["span" + Node];
68 break;
69 case 'gecko':
70 // Standards Compliant code fork...
71 var oTable = document.getElementById("span" + Node);
72 break;
74 return (oTable && oTable.style.display == "block");
77 function toggleNodeVisibility(Node){
78 if (nodeIsVisible(Node)){
79 hideNode(Node);
80 }else{
81 showNode(Node);
84 </script>
85 </head>
86 <body>
87 <div class="page-body">
88 <h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/AwlQuery.php</h2>
90 <a name="sec-description"></a>
91 <div class="info-box">
92 <div class="info-box-title">Description</div>
93 <div class="nav-bar">
94 <span class="disabled">Description</span> |
95 <a href="#sec-classes">Classes</a>
96 | <a href="#sec-includes">Includes</a>
97 | <a href="#sec-functions">Functions</a>
98 </div>
99 <div class="info-box-body">
100 <!-- ========== Info from phpDoc block ========= -->
101 <ul class="tags">
102 <li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@morphoss.com">andrew@morphoss.com</a>&gt;</li>
103 <li><span class="field">copyright:</span> Morphoss Ltd</li>
104 <li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v3 or later</a></li>
105 </ul>
107 </div>
108 </div>
110 <a name="sec-classes"></a>
111 <div class="info-box">
112 <div class="info-box-title">Classes</div>
113 <div class="nav-bar">
114 <a href="#sec-description">Description</a> |
115 <span class="disabled">Classes</span>
116 | <a href="#sec-includes">Includes</a>
117 | <a href="#sec-functions">Functions</a>
118 </div>
119 <div class="info-box-body">
120 <table cellpadding="2" cellspacing="0" class="class-table">
121 <tr>
122 <th class="class-table-header">Class</th>
123 <th class="class-table-header">Description</th>
124 </tr>
125 <tr>
126 <td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
127 <img src="../../media/images/Class.png"
128 alt=" class"
129 title=" class"/>
130 <a href="../../awl/AwlDatabase/AwlQuery.html">AwlQuery</a>
131 </td>
132 <td>
133 The AwlQuery Class.
134 </td>
135 </tr>
136 </table>
137 </div>
138 </div>
140 <a name="sec-includes"></a>
141 <div class="info-box">
142 <div class="info-box-title">Includes</div>
143 <div class="nav-bar">
144 <a href="#sec-description">Description</a> |
145 <a href="#sec-classes">Classes</a>
146 | <span class="disabled">Includes</span>
147 | <a href="#sec-functions">Functions</a>
148 </div>
149 <div class="info-box-body">
151 Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
153 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
154 <a name="_AwlDatabase_php"><!-- --></a>
155 <div class="evenrow">
157 <div>
158 <img src="../../media/images/Page.png" alt=" " />
159 <span class="include-title">
160 <span class="include-type">require_once</span>
161 (<span class="include-name"><a href="../../awl/AwlDatabase/_AwlDatabase.php.html">'AwlDatabase.php'</a></span>)
162 (line <span class="line-number">11</span>)
163 </span>
164 </div>
166 <!-- ========== Info from phpDoc block ========= -->
168 </div>
169 </div>
170 </div>
174 <a name="sec-functions"></a>
175 <div class="info-box">
176 <div class="info-box-title">Functions</div>
177 <div class="nav-bar">
178 <a href="#sec-description">Description</a> |
179 <a href="#sec-classes">Classes</a>
180 | <a href="#sec-includes">Includes</a>
181 | <span class="disabled">Functions</span>
182 </div>
183 <div class="info-box-body">
185 Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
187 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
188 <a name="function_awl_connect_configured_database" id="function_awl_connect_configured_database"><!-- --></a>
189 <div class="oddrow">
191 <div>
192 <img src="../../media/images/Function.png" />
193 <span class="method-title">_awl_connect_configured_database</span> (line <span class="line-number">40</span>)
194 </div>
196 <!-- ========== Info from phpDoc block ========= -->
197 <p class="short-description">Connect to the database defined in the $c-&gt;db_connect[] (or $c-&gt;pg_connect) arrays</p>
198 <div class="method-signature">
199 <span class="method-result">void</span>
200 <span class="method-name">
201 _awl_connect_configured_database
202 </span>
204 </div>
208 </div>
209 </div>
210 </div>
212 <p class="notes" id="credit">
213 Documentation generated on Wed, 04 Jul 2012 07:06:12 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
214 </p>
215 </div></body>
216 </html>