Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/913c2ee4329cd75e#

I propose we auto-guess php class name based on filename, where that class
is stored.

For example "my_super_helper.php" file will contain "MySuperHelper" class
and nothing other.

There are several benefits of this:

   - no need to specify class name in unit config file (only class filename
   remains)
   - developer will be forced to properly name class file to connect it's
   class to the system

This large change, since we need to rename most of our classes/files to keep
everything workings. That's why I propose this change to be made as part of
5.2.0 release.

--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

  • No labels