← Back to team overview

phpdevshell team mailing list archive

[Bug 1006411] Re: "file" parameter to class registry

 

*** This bug is a duplicate of bug 865773 ***
    https://bugs.launchpad.net/bugs/865773

** This bug has been marked a duplicate of bug 865773
   Specify file name for class alias

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

Title:
  "file" parameter to class registry

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

Bug description:
  In its current implementation, the class registry will look for a
  class in a file which named is based on the class name. It would be
  nice to be able to override the default file name and provide one:

  <class name="oneOfMyClasses" plugin="myPlugin" file="my-classes" />

  will look inside "/plugins/myPlugin/includes/my-classes.class.php"
  instead of "/plugins/myPlugin/includes/oneOfMyClasses.class.php"

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1006411/+subscriptions


References