This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/tests/ktentity/updateFromArray.php

15 lines
260 B
PHP
Raw Permalink Normal View History

<?php
require_once("../../config/dmsDefaults.php");
require_once(KT_LIB_DIR . "/help/helpreplacement.inc.php");
error_reporting(E_ALL);
$oObject = new KTHelpReplacement;
$oObject->load(1);
$oObject->updateFromArray(array(
'name' => 'qwerasdf2',
));
?>