first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls. Parser and Plugin stuff isn't handled by the class loader yet.
Showing
- doku.php 1 addition, 6 deletionsdoku.php
- inc/FeedParser.php 0 additions, 3 deletionsinc/FeedParser.php
- inc/JSON.php 0 additions, 1 deletioninc/JSON.php
- inc/actions.php 0 additions, 2 deletionsinc/actions.php
- inc/auth.php 52 additions, 48 deletionsinc/auth.php
- inc/cache.php 0 additions, 3 deletionsinc/cache.php
- inc/common.php 0 additions, 7 deletionsinc/common.php
- inc/events.php 0 additions, 1 deletioninc/events.php
- inc/form.php 0 additions, 1 deletioninc/form.php
- inc/fulltext.php 0 additions, 2 deletionsinc/fulltext.php
- inc/html.php 0 additions, 2 deletionsinc/html.php
- inc/indexer.php 0 additions, 3 deletionsinc/indexer.php
- inc/infoutils.php 0 additions, 1 deletioninc/infoutils.php
- inc/init.php 5 additions, 3 deletionsinc/init.php
- inc/io.php 0 additions, 4 deletionsinc/io.php
- inc/load.php 98 additions, 0 deletionsinc/load.php
- inc/mail.php 0 additions, 2 deletionsinc/mail.php
- inc/media.php 0 additions, 3 deletionsinc/media.php
- inc/parserutils.php 0 additions, 4 deletionsinc/parserutils.php
- inc/pluginutils.php 0 additions, 1 deletioninc/pluginutils.php
Loading
Please register or sign in to comment