/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function autoloadByUnderscore($class) { $path = "$pwd/../lib/$filename"; require_once $path; } } // or rediculously simple: function autoloadByUnderscore($c) { }