HEX
Server: Apache/2.4.59 (Debian)
System: Linux keymana 4.19.0-21-cloud-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
User: lijunjie (1003)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/doco/keytest/wp-content/themes/ormedia/qrpatrol/libs/HTML_Object.php
<?php
/**
 * This file contains the code for initializing HTML Object library
 * 
 * PHP HTML Object is PHP Object Library for making autogenerated HTML code
 * over PHP Programming. Providing the variety of needs to make HTML code
 * automatically, such as HTML Tags, Attributes, Tag's Content, Frequently Used Tags,
 * and Other HTML Object.
 *
 * PHP Versions 5
 *
 * @author      Abdul Hanan (http://hanan.qummatic.com) Original Author
 * @copyright   2011 bekasi-code.qummatic.com
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt LGPL Version 3
 * @version     ver 0.2
 * @link        http://bekasi-code.qummatic.com/html-object
 *
 */

define("_LIBS_HTML_OBJECT_", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'HTML_Object');
define("_LIBS_HTML_OBJECT_EXTENSION_", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'extension');
define("_IS_HO_INIT_", 1);

// {{{ main HTML Object libraries
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HTML_Object.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Tag.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Document.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Document_Head.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Document_Body.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Table.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Table_THead.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Table_TBody.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Table_TFoot.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Table_Row.php";
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Form.php";
// }}}

// {{{ extensions
require _LIBS_HTML_OBJECT_ . DIRECTORY_SEPARATOR . "HO_Extension.php";
require dirname(__FILE__) . DIRECTORY_SEPARATOR . "extension.php";
// }}}
?>