Page MenuHomePhorge

20140108.ddbpname.2.php
No OneTemporary

20140108.ddbpname.2.php

<?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

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)

Event Timeline