From 189408068c0281abf79f4fb60785ae4f720b84c3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 16 Oct 2005 19:14:36 +0000 Subject: [PATCH] Renaming classes to match file names --- date.php | 2 +- db_mysql.php | 2 +- template.php | 2 +- template_fs.php | 2 +- xml.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/date.php b/date.php index 36734cb..474cd45 100644 --- a/date.php +++ b/date.php @@ -48,7 +48,7 @@ define('TIMENOW', time()); * @package ISSO * */ -class Date_Formatter +class Date { /** * Framework registry object diff --git a/db_mysql.php b/db_mysql.php index f78da4e..8b60ae4 100644 --- a/db_mysql.php +++ b/db_mysql.php @@ -42,7 +42,7 @@ $OBJ = 'db'; * @package ISSO * */ -class MySQL_Database_Driver +class DB_MySQL { /** * Framework registry object diff --git a/template.php b/template.php index f2c75a1..90762d8 100644 --- a/template.php +++ b/template.php @@ -42,7 +42,7 @@ $OBJ = 'template'; * @package ISSO * */ -class DB_Template +class Template { /** * Framework registry object diff --git a/template_fs.php b/template_fs.php index 2450a1e..943ed82 100644 --- a/template_fs.php +++ b/template_fs.php @@ -47,7 +47,7 @@ $OBJ = 'template'; * @package ISSO * */ -class FS_Template extends DB_Template +class Template_FS extends Template { /** * Framework registry object diff --git a/xml.php b/xml.php index 34f4b27..b4e9ddc 100644 --- a/xml.php +++ b/xml.php @@ -41,7 +41,7 @@ $OBJ = 'xml'; * @package ISSO * */ -class XML_Parser +class XML { /** * Framework registry object -- 2.22.5