Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • tests
  • help
  • helpentity.php
  • Quick tests for helpentity ...
    0f5ccee1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3476 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-27 09:52:57 +0000  
    Browse Code ยป
helpentity.php 275 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?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',
));

?>