1: <?php 2: /** 3: * Fake class to autoload Scribe and required Thrift classes 4: */ 5: interface Horde_Scribe extends Horde_Thrift 6: { 7: } 8: 9: include_once $GLOBALS['THRIFT_ROOT'] . '/scribe.php'; 10: