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/getBy.php

12 lines
226 B
PHP

<?php
require_once("../../config/dmsDefaults.php");
require_once(KT_LIB_DIR . "/help/helpreplacement.inc.php");
error_reporting(E_ALL);
$oObject = KTHelpReplacement::getByName('dashboardHelp.html');
var_dump($oObject);
?>