XOOPS Docs - kernel
[ class tree: kernel ] [ index: kernel ] [ all elements ]

Source for file xoopsobject.php

Documentation is available at xoopsobject.php

  1. <?php
  2. // $Id: xoopsobject.php 2 2005-11-02 18:23:29Z skalpa $
  3. if (!defined('XOOPS_ROOT_PATH')) {
  4.     exit();
  5. }
  6. /**
  7.  * this file is for backward compatibility only
  8.  * @package kernel
  9.  ***/
  10. /**
  11.  * Load the new object class
  12.  **/
  13.  
  14. require_once XOOPS_ROOT_PATH.'/kernel/object.php';
  15. ?>

XOOPS Docs generated by phpDocumentor