** Branch linked: lp:~phpdevshell/phpdevshell/3.2.1 -- 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 _______________________________________________ Mailing list: https://launchpad.net/~phpdevshell Post to : [email protected] Unsubscribe : https://launchpad.net/~phpdevshell More help : https://help.launchpad.net/ListHelp

