Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889111
20140629.legalsig.2.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
483 B
Referenced Files
None
Subscribers
None
20140629.legalsig.2.php
View Options
<?php
$table
=
new
LegalpadDocumentSignature
(
)
;
$conn_w
=
$table
->
establishConnection
(
'w'
)
;
foreach
(
new
LiskMigrationIterator
(
$table
)
as
$signature
)
{
echo
pht
(
"Updating Legalpad signature %d...\n"
,
$signature
->
getID
(
)
)
;
$data
=
$signature
->
getSignatureData
(
)
;
queryfx
(
$conn_w
,
'UPDATE %T SET signerName = %s, signerEmail = %s WHERE id = %d'
,
$table
->
getTableName
(
)
,
(string)
idx
(
$data
,
'name'
)
,
(string)
idx
(
$data
,
'email'
)
,
$signature
->
getID
(
)
)
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 11:29 (5 w, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124181
Default Alt Text
20140629.legalsig.2.php (483 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment