← Back to team overview

phpdevshell team mailing list archive

[Bug 661162] Re: Move or Link classes in Core

 

** Changed in: phpdevshell
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/661162

Title:
  Move or Link classes in Core

Status in Open Source PHP RAD Framework with UI.:
  Fix Released

Bug description:
  Classes that needs to be camel case needs to be moved to their new PHPDS_* class files linking or improving the original. Then PHPDevShell plugin can be converted to use new class names. Old class name my_class_name() should be compatible with new myClassName() and old class call should continue to work indefinitely.

The needs to be done for API documentation so new users can learn to use new classes.





References