XOOPS  2.6.0
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()
Definition: xoopsart.php:19
const FRAMEWORKS_ROOT_PATH
__construct()
Definition: xoopsart.php:15
loadFunctions($group="")
Definition: xoopsart.php:30