From 937bcdeb4acec4f79731f9338dd54ee34135dd7a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 13 Jan 2006 04:27:22 +0000 Subject: [PATCH] s/Shared_Object_Framework/ISSO/g --- dev/conditionaltest.php | 2 +- dev/xmltest.php | 2 +- kernel.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/conditionaltest.php b/dev/conditionaltest.php index 4c1331a..bd57eb3 100644 --- a/dev/conditionaltest.php +++ b/dev/conditionaltest.php @@ -7,7 +7,7 @@ // $HeadURL$ require_once('../kernel.php'); -$isso = new Shared_Object_Framework(); +$isso = new ISSO(); $isso->set('apppath', getcwd()); $isso->set('application', 'Template Test'); diff --git a/dev/xmltest.php b/dev/xmltest.php index bc9e128..62c0618 100644 --- a/dev/xmltest.php +++ b/dev/xmltest.php @@ -4,7 +4,7 @@ // SVN $Id$ require_once('../kernel.php'); -$isso = new Shared_Object_Framework(); +$isso = new ISSO(); $isso->set('apppath', getcwd()); $isso->set('application', 'XML Test'); diff --git a/kernel.php b/kernel.php index 9be97ae..e7e33e6 100644 --- a/kernel.php +++ b/kernel.php @@ -151,7 +151,7 @@ define('REQ_NO', 0); * @package ISSO * */ -class Shared_Object_Framework +class ISSO { /** * ISSO version @@ -280,7 +280,7 @@ class Shared_Object_Framework /** * (PHP 4) Constructor */ - function Shared_Object_Framework() + function ISSO() { $this->__construct(); } @@ -528,7 +528,7 @@ class Shared_Object_Framework if (!method_exists($GLOBALS['isso:null-framework'], 'load')) { $GLOBALS['isso:null-framework'] =& $this; - $this->modules['shared_object_framework'] =& $this; + $this->modules['isso'] =& $this; } if ($this->is_loaded($framework)) -- 2.22.5