I wonder if you could do something like this in each plugin: class myplugin_mvc { include (bootstrap.php) } Does that work in PHP? If it does you could use the exact same bootstrap.php file in each plugin, but each plugin would be calling it in the process of creating its own class. Steve