Export to GitHub

php-ews - issue #4

Naming of classes and autoloader interoperability


Posted on Apr 23, 2010 by Happy Camel

It would be nice if all classes could be autoloaded according to the proposal for autoloader interoperability from the PHP standards working group: http://groups.google.com/group/php-standards/web/psr-0-final-proposal. A proper class naming scheme and similar directory structure is the only requirement.

I see some things that ideally should be changed:

  • put a 'vendor' name as a prefix to the current class names
  • move NTLM specific stuff in its own directory and rename the classes to NTLM_...
  • move EWS specific stuff to its own directory and rename the classes to EWS_

etc.

Comment #1

Posted on Apr 23, 2010 by Quick Kangaroo

I'll read over the document and determine if and how I should change the current structure. Since there has yet to be an official release I have no reservations about changing around the structure.

Comment #2

Posted on Feb 14, 2012 by Quick Kangaroo

This issue has been moved to GitHub https://github.com/jamesiarmes/php-ews/issues/4

Status: MovedToGitHub

Labels:
Type-Enhancement Priority-Medium