[ZF3] [bc-break] remove ControllerLoader, use ControllerManager instead#6
[ZF3] [bc-break] remove ControllerLoader, use ControllerManager instead#6samsonasik wants to merge 5 commits into
Conversation
735a68c to
9d78688
Compare
|
rebased |
There was a problem hiding this comment.
Instead create a new class and inherit the old one from the new one. By this way BC is preserved
There was a problem hiding this comment.
as this is for ZF3, I thik it is ok to remove the old one /cc @weierophinney
There was a problem hiding this comment.
Do it and this could be merged in 2.6
There was a problem hiding this comment.
done, and ControllerLoaderFactory marked as @deprecated.
There was a problem hiding this comment.
as zendframework/zend-authentication#2 (comment) , ControllerLoader actually removed for 3.0
7aede3b to
3bae995
Compare
b4c1a29 to
5e0828c
Compare
There was a problem hiding this comment.
Add a comment with @deprecated for to remove in the future
There was a problem hiding this comment.
now it for 3.0, can be actually removed.
There was a problem hiding this comment.
Add a constructor with
trigger_error('Description', E_USER_DEPRECATED);
|
I've updated PR title |
|
based on @weierophinney comment on zendframework/zend-authentication#2 (comment) , I will update it as fully remove ControllerLoader, and it will be a PR for 3.0 |
60fa2fb to
73c94e6
Compare
|
PR title and commits force updated so we use it for 3.0 |
|
@Ocramius it can be marked as 3.0.0 milestone again ;) |
see zendframework/zendframework#4962