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/help/helpentity.php

15 lines
275 B
PHP

<?php
require_once("../../config/dmsDefaults.php");
require_once(KT_LIB_DIR . "/help/helpentity.inc.php");
error_reporting(E_ALL);
// var_dump(KTHelpReplacement::get(1));
$res = KTHelpEntity::createFromArray(array(
'section' => 'foo',
'filename' => 'bar',
));
?>