FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
documentation/api-docs/class-TableUserField.html at master · Admidio/documentation · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Admidio
/
documentation
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
documentation
/
api-docs
/
class-TableUserField.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
698 lines (546 loc) · 26.1 KB
Breadcrumbs
documentation
/
api-docs
/
class-TableUserField.html
Copy path
File metadata and controls
698 lines (546 loc) · 26.1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!DOCTYPE html
>
<
html
>
<
head
>
<
meta
charset
="
utf-8
"
>
<
title
>
Class TableUserField | Admidio API
</
title
>
<
link
rel
="
stylesheet
"
href
="
resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71
"
>
<
link
rel
="
stylesheet
"
href
="
resources/style.css?70c1d062672daa3f906b72e4f5d03d4bc5c4174d
"
>
</
head
>
<
body
>
<
nav
id
="
navigation
"
class
="
navbar navbar-default navbar-fixed-top
"
>
<
div
class
="
container-fluid
"
>
<
div
class
="
navbar-header
"
>
<
a
href
="
index.html
"
class
="
navbar-brand
"
>
Admidio API
</
a
>
</
div
>
<
div
class
="
collapse navbar-collapse
"
>
<
form
id
="
search
"
class
="
navbar-form navbar-left
"
role
="
search
"
>
<
input
type
="
hidden
"
name
="
cx
"
value
=""
>
<
input
type
="
hidden
"
name
="
ie
"
value
="
UTF-8
"
>
<
div
class
="
form-group
"
>
<
input
type
="
text
"
name
="
q
"
class
="
search-query form-control
"
placeholder
="
Search
"
>
</
div
>
</
form
>
<
ul
class
="
nav navbar-nav
"
>
<
li
>
<
span
>
Package
</
span
>
</
li
>
<
li
class
="
active
"
>
<
span
>
Class
</
span
>
</
li
>
<
li
class
="
divider-vertical
"
>
</
li
>
<
li
>
<
a
href
="
tree.html
"
title
="
Tree view of classes, interfaces, traits and exceptions
"
>
<
span
>
Tree
</
span
>
</
a
>
</
li
>
<
li
>
<
a
href
="
annotation-group-deprecated.html
"
title
="
List of elements with deprecated annotation
"
>
<
span
>
Deprecated
</
span
>
</
a
>
</
li
>
<
li
>
<
a
href
="
annotation-group-todo.html
"
title
="
List of elements with todo annotation
"
>
<
span
>
Todo
</
span
>
</
a
>
</
li
>
</
ul
>
</
div
>
</
div
>
</
nav
>
<
div
id
="
left
"
>
<
div
id
="
menu
"
>
<
div
id
="
groups
"
>
<
h3
>
Packages
</
h3
>
<
ul
>
<
li
>
<
a
href
="
package-com.html
"
>
com
<
span
>
</
span
>
</
a
>
<
ul
>
<
li
>
<
a
href
="
package-com.tecnick.html
"
>
tecnick
<
span
>
</
span
>
</
a
>
<
ul
>
<
li
>
<
a
href
="
package-com.tecnick.tcpdf.html
"
>
tcpdf
</
a
>
</
li
>
</
ul
>
</
li
>
</
ul
>
</
li
>
<
li
>
<
a
href
="
package-None.html
"
>
None
</
a
>
</
li
>
<
li
>
<
a
href
="
package-PHPMailer.html
"
>
PHPMailer
<
span
>
</
span
>
</
a
>
<
ul
>
<
li
>
<
a
href
="
package-phpmailer.easypeasyics.html
"
>
easypeasyics
</
a
>
</
li
>
</
ul
>
</
li
>
<
li
>
<
a
href
="
package-PHPWavUtils.html
"
>
PHPWavUtils
</
a
>
</
li
>
<
li
>
<
a
href
="
package-Securimage.html
"
>
Securimage
<
span
>
</
span
>
</
a
>
<
ul
>
<
li
>
<
a
href
="
package-Securimage.classes.html
"
>
classes
</
a
>
</
li
>
</
ul
>
</
li
>
</
ul
>
</
div
>
<
div
id
="
elements
"
>
<
h3
>
Classes
</
h3
>
<
ul
>
<
li
>
<
a
href
="
class-AutoLogin.html
"
>
AutoLogin
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Component.html
"
>
Component
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ComponentUpdate.html
"
>
ComponentUpdate
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ConditionParser.html
"
>
ConditionParser
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Database.html
"
>
Database
</
a
>
</
li
>
<
li
>
<
a
href
="
class-DateTimeExtended.html
"
>
DateTimeExtended
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Email.html
"
>
Email
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Folder.html
"
>
Folder
</
a
>
</
li
>
<
li
>
<
a
href
="
class-FormValidation.html
"
>
FormValidation
</
a
>
</
li
>
<
li
>
<
a
href
="
class-FunctionClass.html
"
>
FunctionClass
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Htaccess.html
"
>
Htaccess
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlDiv.html
"
>
HtmlDiv
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlElement.html
"
>
HtmlElement
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlForm.html
"
>
HtmlForm
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlFormBasic.html
"
>
HtmlFormBasic
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlFormInstallation.html
"
>
HtmlFormInstallation
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlList.html
"
>
HtmlList
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlNavbar.html
"
>
HtmlNavbar
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlPage.html
"
>
HtmlPage
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlTable.html
"
>
HtmlTable
</
a
>
</
li
>
<
li
>
<
a
href
="
class-HtmlTableBasic.html
"
>
HtmlTableBasic
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Image.html
"
>
Image
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Inventory.html
"
>
Inventory
</
a
>
</
li
>
<
li
>
<
a
href
="
class-InventoryFields.html
"
>
InventoryFields
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Language.html
"
>
Language
</
a
>
</
li
>
<
li
>
<
a
href
="
class-LanguageData.html
"
>
LanguageData
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ListConfiguration.html
"
>
ListConfiguration
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Menu.html
"
>
Menu
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Message.html
"
>
Message
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ModuleAnnouncements.html
"
>
ModuleAnnouncements
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ModuleDates.html
"
>
ModuleDates
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ModuleLists.html
"
>
ModuleLists
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ModuleMenu.html
"
>
ModuleMenu
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ModuleMessages.html
"
>
ModuleMessages
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Modules.html
"
>
Modules
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ModuleWeblinks.html
"
>
ModuleWeblinks
</
a
>
</
li
>
<
li
>
<
a
href
="
class-MyFiles.html
"
>
MyFiles
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Navigation.html
"
>
Navigation
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ntlm_sasl_client_class.html
"
>
ntlm_sasl_client_class
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Organization.html
"
>
Organization
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Participants.html
"
>
Participants
</
a
>
</
li
>
<
li
>
<
a
href
="
class-PasswordHash.html
"
>
PasswordHash
</
a
>
</
li
>
<
li
>
<
a
href
="
class-PasswordHashing.html
"
>
PasswordHashing
</
a
>
</
li
>
<
li
>
<
a
href
="
class-ProfileFields.html
"
>
ProfileFields
</
a
>
</
li
>
<
li
>
<
a
href
="
class-RoleDependency.html
"
>
RoleDependency
</
a
>
</
li
>
<
li
>
<
a
href
="
class-RolesRights.html
"
>
RolesRights
</
a
>
</
li
>
<
li
>
<
a
href
="
class-RSSfeed.html
"
>
RSSfeed
</
a
>
</
li
>
<
li
>
<
a
href
="
class-Session.html
"
>
Session
</
a
>
</
li
>
<
li
>
<
a
href
="
class-SystemMail.html
"
>
SystemMail
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableAccess.html
"
>
TableAccess
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableAnnouncement.html
"
>
TableAnnouncement
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableCategory.html
"
>
TableCategory
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableDate.html
"
>
TableDate
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableFile.html
"
>
TableFile
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableFolder.html
"
>
TableFolder
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableGuestbook.html
"
>
TableGuestbook
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableGuestbookComment.html
"
>
TableGuestbookComment
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableInventory.html
"
>
TableInventory
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableInventoryField.html
"
>
TableInventoryField
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableLists.html
"
>
TableLists
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableMembers.html
"
>
TableMembers
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableMessage.html
"
>
TableMessage
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TablePhotos.html
"
>
TablePhotos
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableRoles.html
"
>
TableRoles
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableRooms.html
"
>
TableRooms
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableText.html
"
>
TableText
</
a
>
</
li
>
<
li
class
="
active
"
>
<
a
href
="
class-TableUserField.html
"
>
TableUserField
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableUsers.html
"
class
="
deprecated
"
>
TableUsers
</
a
>
</
li
>
<
li
>
<
a
href
="
class-TableWeblink.html
"
>
TableWeblink
</
a
>
</
li
>
<
li
>
<
a
href
="
class-UploadHandlerDownload.html
"
>
UploadHandlerDownload
</
a
>
</
li
>
<
li
>
<
a
href
="
class-UploadHandlerPhoto.html
"
>
UploadHandlerPhoto
</
a
>
</
li
>
<
li
>
<
a
href
="
class-User.html
"
>
User
</
a
>
</
li
>
<
li
>
<
a
href
="
class-UserRegistration.html
"
>
UserRegistration
</
a
>
</
li
>
</
ul
>
<
h3
>
Exceptions
</
h3
>
<
ul
>
<
li
>
<
a
href
="
class-AdmException.html
"
>
AdmException
</
a
>
</
li
>
<
li
>
<
a
href
="
class-WavFileException.html
"
>
WavFileException
</
a
>
</
li
>
<
li
>
<
a
href
="
class-WavFormatException.html
"
>
WavFormatException
</
a
>
</
li
>
</
ul
>
<
h3
>
Functions
</
h3
>
<
ul
>
<
li
>
<
a
href
="
function-admFuncAutoload.html
"
>
admFuncAutoload
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncGeneratePagination.html
"
>
admFuncGeneratePagination
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncGetBytesFromSize.html
"
>
admFuncGetBytesFromSize
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncGetDirectoryEntries.html
"
>
admFuncGetDirectoryEntries
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncMaxUploadSize.html
"
>
admFuncMaxUploadSize
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncProcessableImageSize.html
"
>
admFuncProcessableImageSize
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncShowCreateChangeInfoById.html
"
>
admFuncShowCreateChangeInfoById
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncShowCreateChangeInfoByName.html
"
>
admFuncShowCreateChangeInfoByName
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admFuncVariableIsValid.html
"
>
admFuncVariableIsValid
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admReadTemplateFile.html
"
>
admReadTemplateFile
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admStrIsValidFileName.html
"
>
admStrIsValidFileName
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admStrStripTagsSpecial.html
"
>
admStrStripTagsSpecial
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admStrToLower.html
"
>
admStrToLower
</
a
>
</
li
>
<
li
>
<
a
href
="
function-admStrToUpper.html
"
>
admStrToUpper
</
a
>
</
li
>
<
li
>
<
a
href
="
function-bzip2Version.html
"
>
bzip2Version
</
a
>
</
li
>
<
li
>
<
a
href
="
function-checkDatabaseVersion.html
"
>
checkDatabaseVersion
</
a
>
</
li
>
<
li
>
<
a
href
="
function-checkPhpVersion.html
"
>
checkPhpVersion
</
a
>
</
li
>
<
li
>
<
a
href
="
function-EmailAttachment.html
"
>
EmailAttachment
</
a
>
</
li
>
<
li
>
<
a
href
="
function-FileSizeNiceDisplay.html
"
>
FileSizeNiceDisplay
</
a
>
</
li
>
<
li
>
<
a
href
="
function-FormattedTimeRemaining.html
"
>
FormattedTimeRemaining
</
a
>
</
li
>
<
li
>
<
a
href
="
function-FunctionIsDisabled.html
"
>
FunctionIsDisabled
</
a
>
</
li
>
<
li
>
<
a
href
="
function-getFormerRolesFromDatabase.html
"
>
getFormerRolesFromDatabase
</
a
>
</
li
>
<
li
>
<
a
href
="
function-getFutureRolesFromDatabase.html
"
>
getFutureRolesFromDatabase
</
a
>
</
li
>
<
li
>
<
a
href
="
function-getmicrotime.html
"
>
getmicrotime
</
a
>
</
li
>
<
li
>
<
a
href
="
function-getRoleMemberships.html
"
>
getRoleMemberships
</
a
>
</
li
>
<
li
>
<
a
href
="
function-getRolesFromDatabase.html
"
>
getRolesFromDatabase
</
a
>
</
li
>
<
li
>
<
a
href
="
function-gzipVersion.html
"
>
gzipVersion
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hasRole.html
"
>
hasRole
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_attrval.html
"
>
hl_attrval
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_bal.html
"
>
hl_bal
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_cmtcd.html
"
>
hl_cmtcd
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_ent.html
"
>
hl_ent
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_prot.html
"
>
hl_prot
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_regex.html
"
>
hl_regex
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_spec.html
"
>
hl_spec
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_tag.html
"
>
hl_tag
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_tag2.html
"
>
hl_tag2
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_tidy.html
"
>
hl_tidy
</
a
>
</
li
>
<
li
>
<
a
href
="
function-hl_version.html
"
>
hl_version
</
a
>
</
li
>
<
li
>
<
a
href
="
function-htmLawed.html
"
>
htmLawed
</
a
>
</
li
>
<
li
>
<
a
href
="
function-HTMLFilter.html
"
>
HTMLFilter
</
a
>
</
li
>
<
li
>
<
a
href
="
function-isGroupLeader.html
"
>
isGroupLeader
</
a
>
</
li
>
<
li
>
<
a
href
="
function-isMember.html
"
>
isMember
</
a
>
</
li
>
<
li
>
<
a
href
="
function-kses.html
"
>
kses
</
a
>
</
li
>
<
li
>
<
a
href
="
function-kses_hook.html
"
>
kses_hook
</
a
>
</
li
>
<
li
>
<
a
href
="
function-MySQLdumpVersion.html
"
>
MySQLdumpVersion
</
a
>
</
li
>
<
li
>
<
a
href
="
function-OutputInformation.html
"
>
OutputInformation
</
a
>
</
li
>
<
li
>
<
a
href
="
function-SafeExec.html
"
>
SafeExec
</
a
>
</
li
>
<
li
>
<
a
href
="
function-showNotice.html
"
>
showNotice
</
a
>
</
li
>
<
li
>
<
a
href
="
function-strAddSlashesDeep.html
"
>
strAddSlashesDeep
</
a
>
</
li
>
<
li
>
<
a
href
="
function-strNextLetter.html
"
>
strNextLetter
</
a
>
</
li
>
<
li
>
<
a
href
="
function-strStripSlashesDeep.html
"
>
strStripSlashesDeep
</
a
>
</
li
>
<
li
>
<
a
href
="
function-strStripTags.html
"
>
strStripTags
</
a
>
</
li
>
<
li
>
<
a
href
="
function-strValidCharacters.html
"
>
strValidCharacters
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_body2div.html
"
>
tln_body2div
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_casenormalize.html
"
>
tln_casenormalize
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_deent.html
"
>
tln_deent
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_defang.html
"
>
tln_defang
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_findnxreg.html
"
>
tln_findnxreg
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_findnxstr.html
"
>
tln_findnxstr
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_fixatts.html
"
>
tln_fixatts
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_fixstyle.html
"
>
tln_fixstyle
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_fixurl.html
"
>
tln_fixurl
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_getnxtag.html
"
>
tln_getnxtag
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_sanitize.html
"
>
tln_sanitize
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_skipspace.html
"
>
tln_skipspace
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_tagprint.html
"
>
tln_tagprint
</
a
>
</
li
>
<
li
>
<
a
href
="
function-tln_unspace.html
"
>
tln_unspace
</
a
>
</
li
>
<
li
>
<
a
href
="
function-version_compare_replacement.html
"
>
version_compare_replacement
</
a
>
</
li
>
<
li
>
<
a
href
="
function-version_compare_replacement_sub.html
"
>
version_compare_replacement_sub
</
a
>
</
li
>
</
ul
>
</
div
>
</
div
>
</
div
>
<
div
id
="
splitter
"
>
</
div
>
<
div
id
="
right
"
>
<
div
id
="
rightInner
"
>
<
div
id
="
content
"
class
="
class
"
>
<
h1
>
Class TableUserField
</
h1
>
<
dl
class
="
tree well
"
>
<
dd
style
="
padding-left:0px
"
>
<
a
href
="
class-TableAccess.html
"
>
<
span
>
TableAccess
</
span
>
</
a
>
</
dd
>
<
dd
style
="
padding-left:30px
"
>
<
img
src
="
resources/inherit.png
"
alt
="
Extended by
"
>
<
b
>
<
span
>
TableUserField
</
span
>
</
b
>
</
dd
>
</
dl
>
<
div
class
="
alert alert-info
"
>
<
b
>
Copyright:
</
b
>
2004-2016 The Admidio Team
<
br
>
<
b
>
License:
</
b
>
<
a
href
="
https://www.gnu.org/licenses/gpl-2.0.html
"
>
GNU General Public License v2.0 only
**********************************************************************************************
</
a
>
<
br
>
<
b
>
Class:
</
b
>
<
p
>
TableUserField
</
p
>
<
p
>
Diese Klasse dient dazu einen Benutzerdefiniertes Feldobjekt zu erstellen.
Eine Benutzerdefiniertes Feldobjekt kann ueber diese Klasse in der Datenbank
verwaltet werden
</
p
>
<
p
>
Es stehen die Methoden der Elternklasse TableAccess zur Verfuegung
</
p
>
<
br
>
<
b
>
Located at
</
b
>
<
a
href
="
source-class-TableUserField.html#12-393
"
title
="
Go to source code
"
>
tableuserfield.php
</
a
>
<
br
>
</
div
>
<
div
class
="
panel panel-default
"
>
<
div
class
="
panel-heading
"
>
<
h2
>
Methods summary
</
h2
>
</
div
>
<
table
class
="
summary table table-bordered table-striped methods
"
id
="
methods
"
>
<
tr
data-order
="
__construct
"
id
="
___construct
"
>
<
td
class
="
attributes
"
>
<
code
>
public
</
code
>
</
td
>
<
td
class
="
name
"
>
<
div
>
<
a
class
="
anchor
"
href
="
#___construct
"
>
#
</
a
>
<
code
>
<
a
href
="
source-class-TableUserField.html#23-35
"
title
="
Go to source code
"
>
__construct
</
a
>
(
<
span
>
<
code
>
<
a
href
="
class-Database.html
"
>
Database
</
a
>
</
code
>
<
var
>
& $database
</
var
>
</
span
>
,
<
span
>
integer
<
var
>
$usf_id
</
var
>
=
<
span
class
="
php-num
"
>
0
</
span
>
</
span
>
)
</
code
>
<
div
class
="
description short
"
>
<
p
>
Constructor that will create an object of a recordset of the table adm_user_fields.
If the id is set than the specific user field will be loaded.
</
p
>
</
div
>
<
div
class
="
description detailed hidden
"
>
<
p
>
Constructor that will create an object of a recordset of the table adm_user_fields.
If the id is set than the specific user field will be loaded.
</
p
>
<
h4
>
Parameters
</
h4
>
<
div
class
="
list
"
>
<
dl
>
<
dt
>
<
var
>
$database
</
var
>
</
dt
>
<
dd
>
Object of the class Database. This should be the default global object @b $gDb.
</
dd
>
<
dt
>
<
var
>
$usf_id
</
var
>
</
dt
>
<
dd
>
The recordset of the user field with this id will be loaded. If id isn't set than an empty object of the table is created.
</
dd
>
</
dl
>
</
div
>
<
h4
>
Overrides
</
h4
>
<
div
class
="
list
"
>
<
code
>
<
a
href
="
class-TableAccess.html#___construct
"
>
TableAccess::__construct
</
a
>
</
code
>
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
<
tr
data-order
="
delete
"
id
="
_delete
"
>
<
td
class
="
attributes
"
>
<
code
>
public
|true
</
code
>
</
td
>
<
td
class
="
name
"
>
<
div
>
<
a
class
="
anchor
"
href
="
#_delete
"
>
#
</
a
>
<
code
>
<
a
href
="
source-class-TableUserField.html#37-89
"
title
="
Go to source code
"
>
delete
</
a
>
( )
</
code
>
<
div
class
="
description short
"
>
<
p
>
Deletes the selected field and all references in other tables.
Also the gap in sequence will be closed. After that the class will be initialize.
</
p
>
</
div
>
<
div
class
="
description detailed hidden
"
>
<
p
>
Deletes the selected field and all references in other tables.
Also the gap in sequence will be closed. After that the class will be initialize.
</
p
>
<
h4
>
Returns
</
h4
>
<
div
class
="
list
"
>
|true
<
br
>
true if no error occurred
</
div
>
<
h4
>
Overrides
</
h4
>
<
div
class
="
list
"
>
<
code
>
<
a
href
="
class-TableAccess.html#_delete
"
>
TableAccess::delete
</
a
>
</
code
>
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
<
tr
data-order
="
getNewNameIntern
"
id
="
_getNewNameIntern
"
>
<
td
class
="
attributes
"
>
<
code
>
private
string
</
code
>
</
td
>
<
td
class
="
name
"
>
<
div
>
<
a
class
="
anchor
"
href
="
#_getNewNameIntern
"
>
#
</
a
>
<
code
>
<
a
href
="
source-class-TableUserField.html#91-117
"
title
="
Go to source code
"
>
getNewNameIntern
</
a
>
(
<
span
>
string
<
var
>
$name
</
var
>
</
span
>
,
<
span
>
integer
<
var
>
$index
</
var
>
</
span
>
)
</
code
>
<
div
class
="
description short
"
>
<
p
>
diese rekursive Methode ermittelt fuer den uebergebenen Namen einen eindeutigen Namen
dieser bildet sich aus dem Namen in Grossbuchstaben und der naechsten freien Nummer (index)
Beispiel: 'Mitgliedsnummer' =
>
'MITGLIEDSNUMMER_2'
</
p
>
</
div
>
<
div
class
="
description detailed hidden
"
>
<
p
>
diese rekursive Methode ermittelt fuer den uebergebenen Namen einen eindeutigen Namen
dieser bildet sich aus dem Namen in Grossbuchstaben und der naechsten freien Nummer (index)
Beispiel: 'Mitgliedsnummer' =
>
'MITGLIEDSNUMMER_2'
</
p
>
<
h4
>
Parameters
</
h4
>
<
div
class
="
list
"
>
<
dl
>
<
dt
>
<
var
>
$name
</
var
>
</
dt
>
<
dd
>
</
dd
>
<
dt
>
<
var
>
$index
</
var
>
</
dt
>
<
dd
>
</
dd
>
</
dl
>
</
div
>
<
h4
>
Returns
</
h4
>
<
div
class
="
list
"
>
string
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
<
tr
data-order
="
getValue
"
id
="
_getValue
"
>
<
td
class
="
attributes
"
>
<
code
>
public
mixed
</
code
>
</
td
>
<
td
class
="
name
"
>
<
div
>
<
a
class
="
anchor
"
href
="
#_getValue
"
>
#
</
a
>
<
code
>
<
a
href
="
source-class-TableUserField.html#119-282
"
title
="
Go to source code
"
>
getValue
</
a
>
(
<
span
>
string
<
var
>
$columnName
</
var
>
</
span
>
,
<
span
>
string
<
var
>
$format
</
var
>
=
<
span
class
="
php-quote
"
>
''
</
span
>
</
span
>
)
</
code
>
<
div
class
="
description short
"
>
<
p
>
Get the value of a column of the database table.
If the value was manipulated before with @b setValue than the manipulated value is returned.
</
p
>
</
div
>
<
div
class
="
description detailed hidden
"
>
<
p
>
Get the value of a column of the database table.
If the value was manipulated before with @b setValue than the manipulated value is returned.
</
p
>
<
h4
>
Parameters
</
h4
>
<
div
class
="
list
"
>
<
dl
>
<
dt
>
<
var
>
$columnName
</
var
>
</
dt
>
<
dd
>
The name of the database column whose value should be read
</
dd
>
<
dt
>
<
var
>
$format
</
var
>
</
dt
>
<
dd
>
For column @c usf_value_list the following format is accepted: @n
</
dd
>
</
dl
>
</
div
>
<
h4
>
Returns
</
h4
>
<
div
class
="
list
"
>
mixed
<
br
>
<
p
>
Returns the value of the database column.
If the value was manipulated before with @b setValue than the manipulated value is returned.
</
p
>
</
div
>
<
h4
>
B
</
h4
>
<
div
class
="
list
"
>
database returns database value of usf_value_list; @n
<
br
>
<
p
>
text extract only text from usf_value_list, image infos will be ignored @n
For date or timestamp columns the format should be the date/time format e.g. @b d.m.Y = '02.04.2011' @n
For text columns the format can be @b database that would be the database value without any transformations
</
p
>
<
br
>
</
div
>
<
h4
>
Overrides
</
h4
>
<
div
class
="
list
"
>
<
code
>
<
a
href
="
class-TableAccess.html#_getValue
"
>
TableAccess::getValue
</
a
>
</
code
>
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
<
tr
data-order
="
moveSequence
"
id
="
_moveSequence
"
>
<
td
class
="
attributes
"
>
<
code
>
public
</
code
>
</
td
>
<
td
class
="
name
"
>
<
div
>
<
a
class
="
anchor
"
href
="
#_moveSequence
"
>
#
</
a
>
<
code
>
<
a
href
="
source-class-TableUserField.html#284-312
"
title
="
Go to source code
"
>
moveSequence
</
a
>
(
<
span
>
string
<
var
>
$mode
</
var
>
</
span
>
)
</
code
>
<
div
class
="
description short
"
>
<
p
>
das Feld wird um eine Position in der Reihenfolge verschoben
</
p
>
</
div
>
<
div
class
="
description detailed hidden
"
>
<
p
>
das Feld wird um eine Position in der Reihenfolge verschoben
</
p
>
<
h4
>
Parameters
</
h4
>
<
div
class
="
list
"
>
<
dl
>
<
dt
>
<
var
>
$mode
</
var
>
</
dt
>
<
dd
>
</
dd
>
</
dl
>
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
<
tr
data-order
="
save
"
id
="
_save
"
>
<
td
class
="
attributes
"
>
<
code
>
public
boolean
</
code
>
</
td
>
<
td
class
="
name
"
>
<
div
>
<
a
class
="
anchor
"
href
="
#_save
"
>
#
</
a
>
<
code
>
<
a
href
="
source-class-TableUserField.html#314-343
"
title
="
Go to source code
"
>
save
</
a
>
(
<
span
>
boolean
<
var
>
$updateFingerPrint
</
var
>
=
<
span
class
="
php-keyword1
"
>
true
</
span
>
</
span
>
)
</
code
>
<
div
class
="
description short
"
>
<
p
>
Save all changed columns of the recordset in table of database. Therefore the class remembers if it's
a new record or if only an update is necessary. The update statement will only update
the changed columns. If the table has columns for creator or editor than these column
with their timestamp will be updated.
For new records the name intern will be set per default.
</
p
>
</
div
>
<
div
class
="
description detailed hidden
"
>
<
p
>
Save all changed columns of the recordset in table of database. Therefore the class remembers if it's
a new record or if only an update is necessary. The update statement will only update
the changed columns. If the table has columns for creator or editor than these column
with their timestamp will be updated.
For new records the name intern will be set per default.
</
p
>
<
h4
>
Parameters
</
h4
>
<
div
class
="
list
"
>
<
dl
>
<
dt
>
<
var
>
$updateFingerPrint
</
var
>
</
dt
>
<
dd
>
Default @b true. Will update the creator or editor of the recordset if table has columns like @b usr_id_create or @b usr_id_changed
</
dd
>
</
dl
>
</
div
>
<
h4
>
Returns
</
h4
>
<
div
class
="
list
"
>
boolean
<
br
>
If an update or insert into the database was done then return true, otherwise false.
</
div
>
<
h4
>
Overrides
</
h4
>
<
div
class
="
list
"
>
<
code
>
<
a
href
="
class-TableAccess.html#_save
"
>
TableAccess::save
</
a
>
</
code
>
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
<
tr
data-order
="
setValue
"
id
="
_setValue
"
>
<
td
class
="
attributes
"
>
<
code
>
public
boolean
</
code
>
</
td
>
<
td
class
="
name
"
>
<
div
>
<
a
class
="
anchor
"
href
="
#_setValue
"
>
#
</
a
>
<
code
>
<
a
href
="
source-class-TableUserField.html#345-392
"
title
="
Go to source code
"
>
setValue
</
a
>
(
<
span
>
string
<
var
>
$columnName
</
var
>
</
span
>
,
<
span
>
mixed
<
var
>
$newValue
</
var
>
</
span
>
,
<
span
>
boolean
<
var
>
$checkValue
</
var
>
=
<
span
class
="
php-keyword1
"
>
true
</
span
>
</
span
>
)
</
code
>
<
div
class
="
description short
"
>
<
p
>
Set a new value for a column of the database table.
The value is only saved in the object. You must call the method @b save to store the new value to the database
</
p
>
</
div
>
<
div
class
="
description detailed hidden
"
>
<
p
>
Set a new value for a column of the database table.
The value is only saved in the object. You must call the method @b save to store the new value to the database
</
p
>
<
h4
>
Parameters
</
h4
>
<
div
class
="
list
"
>
<
dl
>
<
dt
>
<
var
>
$columnName
</
var
>
</
dt
>
<
dd
>
The name of the database column whose value should get a new value
</
dd
>
<
dt
>
<
var
>
$newValue
</
var
>
</
dt
>
<
dd
>
The new value that should be stored in the database field
</
dd
>
<
dt
>
<
var
>
$checkValue
</
var
>
</
dt
>
<
dd
>
The value will be checked if it's valid. If set to @b false than the value will not be checked.
</
dd
>
</
dl
>
</
div
>
<
h4
>
Returns
</
h4
>
<
div
class
="
list
"
>
boolean
<
br
>
Returns @b true if the value is stored in the current object and @b false if a check failed
</
div
>
<
h4
>
Overrides
</
h4
>
<
div
class
="
list
"
>
<
code
>
<
a
href
="
class-TableAccess.html#_setValue
"
>
TableAccess::setValue
</
a
>
</
code
>
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
</
table
>
</
div
>
<
div
class
="
panel panel-default
"
>
<
div
class
="
panel-heading
"
>
<
h3
>
Methods inherited from
<
a
href
="
class-TableAccess.html#methods
"
>
TableAccess
</
a
>
</
h3
>
</
div
>
<
p
class
="
elementList
"
>
<
code
>
<
a
href
="
class-TableAccess.html#___sleep
"
>
__sleep()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_clear
"
>
clear()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_connectAdditionalTable
"
>
connectAdditionalTable()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_countAllRecords
"
>
countAllRecords()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_hasColumnsValueChanged
"
>
hasColumnsValueChanged()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_isNewRecord
"
>
isNewRecord()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_readData
"
>
readData()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_readDataByColumns
"
>
readDataByColumns()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_readDataById
"
>
readDataById()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_setArray
"
>
setArray()
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#_setDatabase
"
>
setDatabase()
</
a
>
</
code
>
</
p
>
</
div
>
<
div
class
="
panel panel-default
"
>
<
div
class
="
panel-heading
"
>
<
h2
>
Properties summary
</
h2
>
</
div
>
</
div
>
<
div
class
="
panel panel-default
"
>
<
div
class
="
panel-heading
"
>
<
h3
>
Properties inherited from
<
a
href
="
class-TableAccess.html#properties
"
>
TableAccess
</
a
>
</
h3
>
</
div
>
<
p
class
="
elementList
"
>
<
code
>
<
a
href
="
class-TableAccess.html#$additionalTables
"
>
<
var
>
$additionalTables
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$columnPrefix
"
>
<
var
>
$columnPrefix
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$columnsInfos
"
>
<
var
>
$columnsInfos
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$columnsValueChanged
"
>
<
var
>
$columnsValueChanged
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$db
"
>
<
var
>
$db
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$dbColumns
"
>
<
var
>
$dbColumns
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$keyColumnName
"
>
<
var
>
$keyColumnName
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$new_record
"
>
<
var
>
$new_record
</
var
>
</
a
>
</
code
>
,
<
code
>
<
a
href
="
class-TableAccess.html#$tableName
"
>
<
var
>
$tableName
</
var
>
</
a
>
</
code
>
</
p
>
</
div
>
</
div
>
</
div
>
<
div
id
="
footer
"
>
Admidio API API documentation generated by
<
a
href
="
http://apigen.org
"
>
ApiGen
</
a
>
</
div
>
</
div
>
<
script
src
="
resources/combined.js
"
>
</
script
>
<
script
src
="
elementlist.js
"
>
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL