Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93201407
20151106.phame.post.mailkey.2.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 26, 23:49
Size
399 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 23:49 (2 d)
Engine
blob
Format
Raw Data
Handle
22594570
Attached To
rPH Phabricator
20151106.phame.post.mailkey.2.php
View Options
<?php
$table
=
new
PhamePost
();
$conn_w
=
$table
->
establishConnection
(
'w'
);
$iterator
=
new
LiskMigrationIterator
(
$table
);
foreach
(
$iterator
as
$post
)
{
$id
=
$post
->
getID
();
echo
pht
(
'Adding mail key for Post %d...'
,
$id
);
echo
"
\n
"
;
queryfx
(
$conn_w
,
'UPDATE %T SET mailKey = %s WHERE id = %d'
,
$table
->
getTableName
(),
Filesystem
::
readRandomCharacters
(
20
),
$id
);
}
Event Timeline
Log In to Comment