Hello,
I would like to have a clearn package structure and load classes dynamically.
The Idea was to map class names to their include paths like
MyPackageMyClass => my/package/my/MyPackageMyClass.php
But how can I do this without using regular expressions since they slow down performance? Is any package management available in PHP5?
best regards
Sebastian