Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852465
20140108.ddbpname.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
543 B
Referenced Files
None
Subscribers
None
20140108.ddbpname.2.php
View Options
<?php
echo
pht
(
'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
pht
(
'Populating blueprint %d...'
,
$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
pht
(
'Done.'
)
.
"\n"
;
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 9, 06:35 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1756127
Default Alt Text
20140108.ddbpname.2.php (543 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment