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