dbFactory->getEchoDb( DB_PRIMARY ); $row = $targetPage->toDbArray(); $dbw->insert( 'echo_target_page', $row, __METHOD__ ); return true; } }