dbFactory->getEchoDb( DB_PRIMARY ); $row = $targetPage->toDbArray(); $dbw->newInsertQueryBuilder() ->insertInto( 'echo_target_page' ) ->row( $row ) ->caller( __METHOD__ ) ->execute(); return true; } }