Release 0.52
[awl.git] / docs / api / awl / User / _User.php.html
blob57b806f6c268aeb3932cd5d7e79af27ff960f49a
2 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
3 <?xml version="1.0" encoding="iso-8859-1"?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <!-- template designed by Marco Von Ballmoos -->
8 <title>Docs for page User.php</title>
9 <link rel="stylesheet" href="../../media/stylesheet.css" />
10 <script src="../../media/lib/classTree.js"></script>
11 <script language="javascript" type="text/javascript">
12 var imgPlus = new Image();
13 var imgMinus = new Image();
14 imgPlus.src = "../../media/images/plus.png";
15 imgMinus.src = "../../media/images/minus.png";
17 function showNode(Node){
18 switch(navigator.family){
19 case 'nn4':
20 // Nav 4.x code fork...
21 var oTable = document.layers["span" + Node];
22 var oImg = document.layers["img" + Node];
23 break;
24 case 'ie4':
25 // IE 4/5 code fork...
26 var oTable = document.all["span" + Node];
27 var oImg = document.all["img" + Node];
28 break;
29 case 'gecko':
30 // Standards Compliant code fork...
31 var oTable = document.getElementById("span" + Node);
32 var oImg = document.getElementById("img" + Node);
33 break;
35 oImg.src = imgMinus.src;
36 oTable.style.display = "block";
39 function hideNode(Node){
40 switch(navigator.family){
41 case 'nn4':
42 // Nav 4.x code fork...
43 var oTable = document.layers["span" + Node];
44 var oImg = document.layers["img" + Node];
45 break;
46 case 'ie4':
47 // IE 4/5 code fork...
48 var oTable = document.all["span" + Node];
49 var oImg = document.all["img" + Node];
50 break;
51 case 'gecko':
52 // Standards Compliant code fork...
53 var oTable = document.getElementById("span" + Node);
54 var oImg = document.getElementById("img" + Node);
55 break;
57 oImg.src = imgPlus.src;
58 oTable.style.display = "none";
61 function nodeIsVisible(Node){
62 switch(navigator.family){
63 case 'nn4':
64 // Nav 4.x code fork...
65 var oTable = document.layers["span" + Node];
66 break;
67 case 'ie4':
68 // IE 4/5 code fork...
69 var oTable = document.all["span" + Node];
70 break;
71 case 'gecko':
72 // Standards Compliant code fork...
73 var oTable = document.getElementById("span" + Node);
74 break;
76 return (oTable && oTable.style.display == "block");
79 function toggleNodeVisibility(Node){
80 if (nodeIsVisible(Node)){
81 hideNode(Node);
82 }else{
83 showNode(Node);
86 </script>
87 </head>
88 <body>
89 <div class="page-body">
90 <h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/User.php</h2>
92 <a name="sec-description"></a>
93 <div class="info-box">
94 <div class="info-box-title">Description</div>
95 <div class="nav-bar">
96 <span class="disabled">Description</span> |
97 <a href="#sec-classes">Classes</a>
98 | <a href="#sec-includes">Includes</a>
99 </div>
100 <div class="info-box-body">
101 <!-- ========== Info from phpDoc block ========= -->
102 <p class="short-description">A class to handle reading, writing, viewing, editing and validating usr records.</p>
103 <ul class="tags">
104 <li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>&gt;</li>
105 <li><span class="field">copyright:</span> Catalyst IT Ltd, Morphoss Ltd &lt;http://www.morphoss.com/&gt;</li>
106 <li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2 or later</a></li>
107 </ul>
109 </div>
110 </div>
112 <a name="sec-classes"></a>
113 <div class="info-box">
114 <div class="info-box-title">Classes</div>
115 <div class="nav-bar">
116 <a href="#sec-description">Description</a> |
117 <span class="disabled">Classes</span>
118 | <a href="#sec-includes">Includes</a>
119 </div>
120 <div class="info-box-body">
121 <table cellpadding="2" cellspacing="0" class="class-table">
122 <tr>
123 <th class="class-table-header">Class</th>
124 <th class="class-table-header">Description</th>
125 </tr>
126 <tr>
127 <td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
128 <img src="../../media/images/Class.png"
129 alt=" class"
130 title=" class"/>
131 <a href="../../awl/User/User.html">User</a>
132 </td>
133 <td>
134 A class to handle reading, writing, viewing, editing and validating usr records.
135 </td>
136 </tr>
137 </table>
138 </div>
139 </div>
141 <a name="sec-includes"></a>
142 <div class="info-box">
143 <div class="info-box-title">Includes</div>
144 <div class="nav-bar">
145 <a href="#sec-description">Description</a> |
146 <a href="#sec-classes">Classes</a>
147 | <span class="disabled">Includes</span>
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="_AWLUtilities_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/Utilities/_AWLUtilities.php.html">"AWLUtilities.php"</a></span>)
162 (line <span class="line-number">11</span>)
163 </span>
164 </div>
166 <!-- ========== Info from phpDoc block ========= -->
168 </div>
169 <a name="_Session_php"><!-- --></a>
170 <div class="oddrow">
172 <div>
173 <img src="../../media/images/Page.png" alt=" " />
174 <span class="include-title">
175 <span class="include-type">require_once</span>
176 (<span class="include-name"><a href="../../awl/Session/_Session.php.html">"Session.php"</a></span>)
177 (line <span class="line-number">16</span>)
178 </span>
179 </div>
181 <!-- ========== Info from phpDoc block ========= -->
182 <p class="short-description">We need to access some session information.</p>
184 </div>
185 <a name="_DataEntry_php"><!-- --></a>
186 <div class="evenrow">
188 <div>
189 <img src="../../media/images/Page.png" alt=" " />
190 <span class="include-title">
191 <span class="include-type">require_once</span>
192 (<span class="include-name"><a href="../../awl/DataEntry/_DataEntry.php.html">"DataEntry.php"</a></span>)
193 (line <span class="line-number">21</span>)
194 </span>
195 </div>
197 <!-- ========== Info from phpDoc block ========= -->
198 <p class="short-description">We use the DataEntry class for data display and updating</p>
200 </div>
201 <a name="_DataUpdate_php"><!-- --></a>
202 <div class="oddrow">
204 <div>
205 <img src="../../media/images/Page.png" alt=" " />
206 <span class="include-title">
207 <span class="include-type">require_once</span>
208 (<span class="include-name"><a href="../../awl/DataUpdate/_DataUpdate.php.html">"DataUpdate.php"</a></span>)
209 (line <span class="line-number">26</span>)
210 </span>
211 </div>
213 <!-- ========== Info from phpDoc block ========= -->
214 <p class="short-description">We use the DataUpdate class and inherit from DBRecord</p>
216 </div>
217 </div>
218 </div>
223 <p class="notes" id="credit">
224 Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
225 </p>
226 </div></body>
227 </html>