From fd0033951e533a6a9b7bd870e1f118354b5f84d1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 13 Feb 2007 14:16:09 +0000 Subject: updated tutorial pages about external config inclusion. --- framework/TApplication.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework') diff --git a/framework/TApplication.php b/framework/TApplication.php index 411b5241..8101672e 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -827,6 +827,11 @@ class TApplication extends TComponent return $this->_authRules; } + /** + * Applies an application configuration. + * @param TApplicationConfiguration the configuration + * @param boolean whether the configuration is specified within a service. + */ public function applyConfiguration($config,$withinService=false) { if($config->getIsEmpty()) -- cgit v1.2.3