comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Use PHP's autoload feature #23

Open mbollmann opened 9 years ago

mbollmann commented 9 years ago

Originally reported by: Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann)


With more and more functionality being refactored into separate classes, only a small part of these classes is actually used any given time. It is therefore unnecessary to require each class file every time -- using PHP's autoload feature instead could lead to performance gains.