diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 09:21:46 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 09:21:46 +0100 |
commit | b927e32fa14869bc3a48d1fba6b2a161b9606270 (patch) | |
tree | 037a41803695d675fe22cc35b691ff2e729d57f8 /framework/I18N/core/util.php | |
parent | 9392b2523005d598ec6a5c254b8cbb5c49f50fcc (diff) |
Add namespaces: Exceptions, I18N, Security
Diffstat (limited to 'framework/I18N/core/util.php')
-rw-r--r-- | framework/I18N/core/util.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/I18N/core/util.php b/framework/I18N/core/util.php index f84c4fb2..c5f15467 100644 --- a/framework/I18N/core/util.php +++ b/framework/I18N/core/util.php @@ -14,10 +14,12 @@ * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ - * @package System.I18N.core + * @package Prado\I18N\core */ +namespace Prado\I18N\core; + /** * For a given DSN (database connection string), return some information * about the DSN. This function comes from PEAR's DB package. |