Page MenuHomePhorge

20140108.ddbpname.2.php
No OneTemporary

Size
543 B
Referenced Files
None
Subscribers
None

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
Tue, Jun 17, 2:27 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
224484
Default Alt Text
20140108.ddbpname.2.php (543 B)

Event Timeline