Hi guys,
I see the following the messages
Notice: Object to string conversion in
D:\Inetpub\wwwroot\cad_service\presentation\PresentationObject.php on
line 18
Notice: Object to string conversion in
D:\Inetpub\wwwroot\cad_service\presentation\PresentationObject.php on
line 19
class PresentationObject extends Object {
var $templateRoot;
var $cfgMgr;
var $serviceManager;
// Constructor
function PresentationObject(&$cfgMgr, &$serviceManager) {
Line 18 >>>> $this->$cfgMgr = $cfgMgr;
Line 19 >>>> $this->$serviceManager = $serviceManager;
$this->templateRoot = TEMPLATE_ROOT_DIR;
}
...
}
Can someone please help me figure out this problem. I am in desperate
need to get rid of this problem.
Thanks
Ramki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php