mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -04:00
Changes a lot... forgot to commit.
This commit is contained in:
parent
6a5c35ad9a
commit
ebec62adac
212 changed files with 2578 additions and 2166 deletions
16
src/_h5ai/php/main.php
Normal file
16
src/_h5ai/php/main.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
require_once "config.php";
|
||||
require_once "inc/H5ai.php";
|
||||
require_once "inc/Crumb.php";
|
||||
require_once "inc/Customize.php";
|
||||
require_once "inc/Extended.php";
|
||||
require_once "inc/Tree.php";
|
||||
|
||||
$h5ai = new H5ai();
|
||||
$crumb = new Crumb($h5ai);
|
||||
$customize = new Customize($h5ai);
|
||||
$extended = new Extended($h5ai);
|
||||
$tree = new Tree($h5ai);
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue