From f74267f8927d39b5cb3dc43203060488371127c9 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 20 Jan 2006 21:24:11 +0000 Subject: Added Prado::poweredByPrado() --- framework/core.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'framework/core.php') diff --git a/framework/core.php b/framework/core.php index 57c683b2..cbb53ddc 100644 --- a/framework/core.php +++ b/framework/core.php @@ -386,7 +386,15 @@ class PradoBase */ public static function getVersion() { - return '3.0a'; + return '3.0b'; + } + + /** + * @return string a string that can be displayed on your Web page showing powered-by-PRADO information + */ + public static function poweredByPrado() + { + return 'Powered by PRADO'; } /** -- cgit v1.2.3