XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
xoopsobject.php
Go to the documentation of this file.
1 <?php
19 defined('XOOPS_ROOT_PATH') or die('Restricted access');
20 
21 
22 $GLOBALS['xoopsLogger']->addDeprecated("'/class/xoopsobject.php' is deprecated since XOOPS 2.5.4, please use 'kernel/object.php' instead.");
23 
28 include_once $GLOBALS['xoops']->path('kernel/object.php');
29 
30 ?>