From 39dd5b21bc2c5b93b52d001789aba61f749360a7 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Sat, 28 Jan 2012 17:49:48 +0000 Subject: some fixes related to build scripts, now the "dist" task completes successfully --- framework/prado.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'framework/prado.php') diff --git a/framework/prado.php b/framework/prado.php index 38c9e308..f3dc2bed 100644 --- a/framework/prado.php +++ b/framework/prado.php @@ -12,7 +12,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2011 PradoSoft + * @copyright Copyright © 2005-2011 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System @@ -28,6 +28,14 @@ require_once(dirname(__FILE__).'/PradoBase.php'); */ if(!class_exists('Prado',false)) { + /** + * Prado class. + * + * @author Qiang Xue + * @version $Id$ + * @package System + * @since 3.0 + */ class Prado extends PradoBase { } -- cgit v1.2.3