<br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Until we get to PHP 5.2 and then we can use the __autoload function.
<br>Of course, that would mean that modules would have to be classes, too.<br> ;-)<br></blockquote></div><br>True. Or true enough. We could add a magic drupal module in class wrapper. The pros will come from namespace separation and transparent includes. The cons, probably, speed. That bit needs to be evaluated very carefully. 
<br><br>Otherwise, it will be trivial to do some kind of a module in a class adapter. Is it worth it? Don&#39;t ask me :)<br>