Community
Participate
Working Groups
1. using the following <?php namespace Example\One { class Response { function foo() { } } } namespace foo { use Example\One; $a = new One\Response() $a->| } 2. where the "|" is placed no function proposal for foo()
it works for <?php namespace Example\One { class Response { function foo() { } } } namespace foo { use Example\One; $a = new One\Response(); $a->| }
my bad, sorry...
I close it as 'Invalid'. Kalin Yanev kalin.a@zend.com