XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
xoopsart.php
Go to the documentation of this file.
1
<?php
13
class
XoopsArt
14
{
15
function
__construct
()
16
{
17
}
18
19
function
XoopsArt
()
20
{
21
$this->
__construct
();
22
}
23
30
function
loadFunctions
($group =
""
)
31
{
32
return
include_once
FRAMEWORKS_ROOT_PATH
.
"/art/functions.{$group}"
. (empty($group) ?
""
:
"."
) .
"php"
;
33
}
34
}
35
?>
XoopsArt\XoopsArt
XoopsArt()
Definition:
xoopsart.php:19
FRAMEWORKS_ROOT_PATH
const FRAMEWORKS_ROOT_PATH
Definition:
functions.ini.php:21
XoopsArt\__construct
__construct()
Definition:
xoopsart.php:15
XoopsArt\loadFunctions
loadFunctions($group="")
Definition:
xoopsart.php:30
XoopsArt
Definition:
xoopsart.php:13
usr64
htdocs
Frameworks
art
xoopsart.php
Generated on Fri May 22 2015 03:07:01 for XOOPS by
1.8.9.1