jasonramsden / php-ews

Automatically exported from code.google.com/p/php-ews
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Naming of classes and autoloader interoperability #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by kristof.coomans on 23 Apr 2010 at 10:32

GoogleCodeExporter commented 9 years ago
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.

Original comment by JamesIArmes@gmail.com on 23 Apr 2010 at 11:58

GoogleCodeExporter commented 9 years ago
This issue has been moved to GitHub 
https://github.com/jamesiarmes/php-ews/issues/4

Original comment by JamesIArmes@gmail.com on 14 Feb 2012 at 2:10