From 20fbc1b6103ec874a02359cdce7545fe2b6151fd Mon Sep 17 00:00:00 2001 From: daybreaker Date: Mon, 7 Jul 2008 15:07:42 +0000 Subject: [PATCH] =?UTF-8?q?#1052:=20interface=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=EA=B5=AC=EC=A1=B0=20=EC=9E=A1=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/cache/ICache.php | 14 ++++++++++++++ framework/data/Condition.php | 6 ++++++ framework/data/IAdapter.php | 15 +++++++++++++++ framework/data/IModel.php | 25 +++++++++++++++++++++++++ framework/dispatcher.php | 16 ++++++++++++++++ 5 files changed, 76 insertions(+) create mode 100644 framework/cache/ICache.php create mode 100644 framework/data/Condition.php create mode 100644 framework/data/IAdapter.php create mode 100644 framework/data/IModel.php diff --git a/framework/cache/ICache.php b/framework/cache/ICache.php new file mode 100644 index 000000000..ae48438d8 --- /dev/null +++ b/framework/cache/ICache.php @@ -0,0 +1,14 @@ + diff --git a/framework/data/Condition.php b/framework/data/Condition.php new file mode 100644 index 000000000..6aa3c9425 --- /dev/null +++ b/framework/data/Condition.php @@ -0,0 +1,6 @@ + diff --git a/framework/data/IAdapter.php b/framework/data/IAdapter.php new file mode 100644 index 000000000..8b2d9560a --- /dev/null +++ b/framework/data/IAdapter.php @@ -0,0 +1,15 @@ + diff --git a/framework/data/IModel.php b/framework/data/IModel.php new file mode 100644 index 000000000..aa12fe676 --- /dev/null +++ b/framework/data/IModel.php @@ -0,0 +1,25 @@ + diff --git a/framework/dispatcher.php b/framework/dispatcher.php index e69de29bb..dca37e823 100644 --- a/framework/dispatcher.php +++ b/framework/dispatcher.php @@ -0,0 +1,16 @@ +