Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18794633
20140108.ddbpname.2.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
517 B
Referenced Files
None
Subscribers
None
20140108.ddbpname.2.php
View Options
<?php
echo
"Adding names to Drydock blueprints.
\n
"
;
$table
=
new
DrydockBlueprint
();
$conn_w
=
$table
->
establishConnection
(
'w'
);
$iterator
=
new
LiskMigrationIterator
(
$table
);
foreach
(
$iterator
as
$blueprint
)
{
$id
=
$blueprint
->
getID
();
echo
"Populating blueprint {$id}...
\n
"
;
if
(!
strlen
(
$blueprint
->
getBlueprintName
()))
{
queryfx
(
$conn_w
,
'UPDATE %T SET blueprintName = %s WHERE id = %d'
,
$table
->
getTableName
(),
pht
(
'Blueprint %s'
,
$id
),
$id
);
}
}
echo
"Done.
\n
"
;
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Oct 19, 12:09 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8241428
Default Alt Text
20140108.ddbpname.2.php (517 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment