/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/FormProcessing/FormErrors.html
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/FormProcessing/FormErrors.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Thu May 6 16:26:18 2004 UTC (20 years, 3 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +170 -168 lines
File MIME type: text/html
 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 FormErrors</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 FormErrors</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-var-summary">Vars</a> (<a href="#sec-vars">details</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 file holds the error codes and error messages associated with those codes for English</p>
27 <p class="description"><p>$Id: FormErrors.html,v 1.19 2004/04/01 17:35:46 hemna Exp $</p></p>
28 <ul class="tags">
29 <li><span class="field">copyright:</span> LGPL - See LICENCE</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="_form_FormErrors_inc.html">/form/FormErrors.inc</a> (line <span class="field">16</span>)
34 </p>
35
36
37 <pre></pre>
38
39 </div>
40 </div>
41
42
43
44 <a name="sec-var-summary"></a>
45 <div class="info-box">
46 <div class="info-box-title">Variable Summary</span></div>
47 <div class="nav-bar">
48 <a href="#sec-description">Description</a> |
49 <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
50 |
51 <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
52
53 </div>
54 <div class="info-box-body">
55 <div class="var-summary">
56 <div class="var-title">
57 <span class="var-type">mixed</span>
58 <a href="#$error_array" title="details" class="var-name">$error_array</a>
59 </div>
60 </div>
61 </div>
62 </div>
63
64 <a name="sec-method-summary"></a>
65 <div class="info-box">
66 <div class="info-box-title">Method Summary</span></div>
67 <div class="nav-bar">
68 <a href="#sec-description">Description</a> |
69 <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
70
71 |
72 <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
73 </div>
74 <div class="info-box-body">
75 <div class="method-summary">
76
77 <div class="method-definition">
78 <span class="method-result">string</span>
79 <a href="#get_error_msg" title="details" class="method-name">get_error_msg</a>
80 (<span class="var-type">string</span>&nbsp;<span class="var-name">$err</span>)
81 </div>
82 </div>
83 </div>
84 </div>
85
86 <a name="sec-vars"></a>
87 <div class="info-box">
88 <div class="info-box-title">Variables</div>
89 <div class="nav-bar">
90 <a href="#sec-description">Description</a> |
91 <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
92
93
94 |
95 <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
96
97 </div>
98 <div class="info-box-body">
99 <a name="var$error_array" id="$error_array"><!-- --></A>
100 <div class="evenrow">
101
102 <div class="var-header">
103 <span class="var-title">
104 <span class="var-type">mixed</span>
105 <span class="var-name">$error_array</span>
106 = <span class="var-default">array(<br /> &quot;ERR_OK&quot; =&gt; 0,<br /> &quot;ERR_EMPTY&quot; =&gt; &quot;This field cannot be empty&quot;,<br /><br /> &quot;INVALID_IP&quot; =&gt; &quot;The IP address you have entered is not in a valid format&quot;,<br /> &quot;INVALID_LOGIN_NAME_LENGTH&quot; =&gt; &quot;The User Name must be less than 40 characters.&quot;,<br /> &quot;INVALID_LOGIN_NAME_EMPTY&quot; =&gt; &quot;The User Name field must not be blank.&quot;,<br /> &quot;INVALID_LOGIN_NAME_CHARACTERS&quot; =&gt; &quot;The User Name field may contain only letters and numbers.&quot;,<br /> &quot;INVALID_PASSWORD_EMPTY&quot; =&gt; &quot;The Password field must not be blank.&quot;,<br /> &quot;INVALID_PASSWORD_LENGTH&quot; =&gt; &quot;The Password field should be less than 40 characters.&quot;,<br /> &quot;INVALID_PASSWORD_CHARACTERS&quot; =&gt; &quot;The Password field contains invalid characters&quot;,<br /> &quot;PASSWORD_CONFIRM_NO_MATCH&quot; =&gt; &quot;The password and confirmation password you have typed do not match. Please try again.&quot;,<br /><br /> &quot;INVALID_PATH_LENGTH&quot; =&gt; &quot;The path field does not meet the requirements. It must be less than 40 characters.&quot;,<br /> &quot;INVALID_PATH_EMPTY&quot; =&gt; &quot;The path field must not be blank.&quot;,<br /> &quot;INVALID_PATH_CHARACTERS &quot; =&gt; &quot;The path field may contain only letters and numbers.&quot;,<br /><br /> &quot;INVALID_NUMBER&quot; =&gt; &quot;This field must contain a valid number.&quot;,<br /> &quot;INVALID_LENGTH&quot; =&gt; &quot;Entry has exceeded allowed length.&quot;,<br /> &quot;INVALID_LENGTH_N&quot; =&gt; &quot;This field must not exceed XX_MAX characters in length. The character count is XX_LENGTH&quot;,<br /> &quot;INVALID_LENGTH_40&quot; =&gt; &quot;This field must not exceed 40 characters in length.&quot;,<br /> &quot;INVALID_LENGTH_256&quot; =&gt; &quot;This field must not exceed 256 characters in length.&quot;,<br /> &quot;INVALID_NAME_EMPTY&quot; =&gt; &quot;The name must not be empty.&quot;,<br /> &quot;INVALID_NAME_CHARACTERS&quot; =&gt; &quot;The name may contain only letters and numbers.&quot;,<br /><br /> &quot;EMPTY_FIELD&quot; =&gt; &quot;This field can not be empty&quot;,<br /> &quot;INVALID_DOMAIN_NAME&quot; =&gt; &quot;This domain name you have entered is not valid.&quot;,<br /> &quot;INVALID_HOST_NAME&quot; =&gt; &quot;The host name you have entered is not valid.&quot;,<br /> &quot;INVALID_IP_EMPTY&quot; =&gt; &quot;The IP Address must not be empty.&quot;,<br /> &quot;INVALID_EMAIL_EMPTY&quot; =&gt; &quot;The email address can not be empty.&quot;,<br /> &quot;INVALID_EMAIL&quot; =&gt; &quot;The email address is not properly formatted.&quot;, <br /> &quot;INVALID_PHONE&quot; =&gt; &quot;The phone number you have entered is not properly formatted.&quot;,<br /> <br /> &quot;ONLY_DIGITS&quot; =&gt; &quot;Only numeric digits are allowed in this field.&quot;,<br /> &quot;INVALID_MONTH&quot; =&gt; &quot;You have entered an invalid month.&quot;,<br /> &quot;INVALID_DAY&quot; =&gt; &quot;You have entered an invalid day.&quot;,<br /> &quot;INVALID_YEAR&quot; =&gt; &quot;You have entered an invalid year.&quot;,<br /> &quot;INVALID_HOUR&quot; =&gt; &quot;You have entered an invalid hour.&quot;,<br /> &quot;INVALID_MINUTES&quot; =&gt; &quot;You have entered invalid mintues.&quot;,<br /> &quot;INVALID_SECONDS&quot; =&gt; &quot;You have entered invalid seconds.&quot;,<br /> &quot;INVALID_LEAP_DAY&quot; =&gt; &quot;The year you have entered is not a leap year. February only has 28 days.&quot;,<br /> &quot;INVALID_30_DAY&quot; =&gt; &quot;There are only 30 days in this month.&quot;,<br /> &quot;INVALID_ZERO_HUNDRED_NUMBER&quot; =&gt; &quot;This number must be between 0 and 100.&quot;,<br /> &quot;INVALID_MONEY&quot; =&gt; &quot;This must be a valid amount in dollars and cents.&quot;,<br /> &quot;INVALID_FLOAT&quot; =&gt; &quot;This must be a valid floating point number.&quot;,<br /> &quot;INVALID_EMAIL_MISSING_BRACKETS&quot; =&gt; &quot;The long form email address must contain the &lt; &gt; characters, such as \&quot;Foo Bar &amp;lt;foo@bar.com&amp;gt;\&quot;.&quot;,<br /><br /> &quot;INVALID_EMPTY&quot; =&gt; &quot;This field cannot be empty.&quot;,<br /> &quot;INVALID_STATE&quot; =&gt; &quot;You must specify a 2 letter state code (ie. 'CA' for California).&quot;,<br /> &quot;INVALID_ZIP&quot; =&gt; &quot;Invalid zip code&quot;,<br /> &quot;INVALID_FIELD&quot; =&gt; &quot;This field's value is invalid.&quot;,<br /> &quot;INVALID_TIME_FORMAT&quot; =&gt; &quot;You have entred an invalid date/time format.&quot;,<br /> &quot;INVALID_YEAR_DATE_1990_3000&quot; =&gt; &quot;The year must be between 1990 and 3000&quot;,<br /><br /> &quot;INVALID_PRICE&quot; =&gt; &quot;Price must be a valid, non-zero amount in dollars and cents.&quot;,<br /><br /> &quot;CCEXP&quot; =&gt; &quot;Credit card expired already&quot;,<br /> &quot;CCEXP_TOO_FAR&quot; =&gt; &quot;Credit card expires in more than 30 years?&quot;,<br /> &quot;NOT_IN_RANGE&quot; =&gt; &quot;Value not in range.&quot;,<br /> &quot;INVALID_URL&quot; =&gt; &quot;URL must be in the form of http[s]://hostip [:port number] [path]&quot;, <br /> &quot;INVALID_STANDALONE_HOST_NAME&quot; =&gt; &quot;You have entered an invalid host name. Please enter a Hostname without the domainname.&quot;,<br /><br /> &quot;INVALID_ALPHANUM_CHARACTERS&quot; =&gt; &quot;This field may contain only numbers and letters.&quot;,<br /> &quot;NOT_LEAPYEAR&quot; =&gt; &quot;The year is not a leapyear&quot;<br /> )</span> (line <span class="line-number">22</span>)
107 </span>
108 </div>
109
110 <!-- ========== Info from phpDoc block ========= -->
111 <p class="short-description">error array from the FormValidation class.</p>
112
113
114
115
116
117 </div>
118
119
120 </div>
121 </div>
122
123 <a name="sec-methods"></a>
124 <div class="info-box">
125 <div class="info-box-title">Methods</div>
126 <div class="nav-bar">
127 <a href="#sec-description">Description</a> |
128 <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
129 <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
130
131 </div>
132 <div class="info-box-body">
133 <A NAME='method_detail'></A>
134 <a name="methodget_error_msg" id="get_error_msg"><!-- --></a>
135 <div class="oddrow">
136
137 <div class="method-header">
138 <span class="method-title">get_error_msg</span> (line <span class="line-number">96</span>)
139 </div>
140
141 <!-- ========== Info from phpDoc block ========= -->
142 <p class="short-description">This returns the appropriate error message based on the error #.</p>
143 <ul class="tags">
144 <li><span class="field">return:</span> - the error string.</li>
145 </ul>
146
147 <div class="method-signature">
148 <span class="method-result">string</span>
149 <span class="method-name">
150 get_error_msg
151 </span>
152 (<span class="var-type">string</span>&nbsp;<span class="var-name">$err</span>)
153 </div>
154
155 <ul class="parameters">
156 <li>
157 <span class="var-type">string</span>
158 <span class="var-name">$err</span><span class="var-description">: - the error code</span> </li>
159 </ul>
160
161
162 </div>
163
164 </div>
165 </div>
166
167
168 <p class="notes" id="credit">
169 Documentation generated on Thu, 1 Apr 2004 09:38:52 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
170 </p>
171 </div></body>
172 </html>

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