running load_class on mthaml
问题 I'm trying to use load_class to load mthaml as I understood it's necessary for performance reasons. This is the MtHaml library. https://github.com/arnaud-lb/MtHaml It's namespaced everywhere so getting it working with load_class natively hits the first hurdle. Then it gets instantiated through Autoloader.php which does namespace MtHaml; class Autoloader { static public function register() { spl_autoload_register(array(new self, 'autoload')); } static public function autoload($class) { if