From 7035f354821ce46fb0551a6ec6c9d5040b9fda0f Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 20 May 2011 06:18:12 +0000 Subject: [PATCH] * keep the same with zentaophp version. --- framework/helper.class.php | 1 + framework/model.class.php | 1 + 2 files changed, 2 insertions(+) diff --git a/framework/helper.class.php b/framework/helper.class.php index 4c86c132f2..4ee55422d6 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -9,6 +9,7 @@ * May you find forgiveness for yourself and forgive others. * May you share freely, never taking more than you give. */ + /** * The helper class, contains the tool functions. * diff --git a/framework/model.class.php b/framework/model.class.php index e7d9e2755f..22b37c0779 100755 --- a/framework/model.class.php +++ b/framework/model.class.php @@ -9,6 +9,7 @@ * May you find forgiveness for yourself and forgive others. * May you share freely, never taking more than you give. */ + /** * The base class of model. *