Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36335, comment 144


Ignore:
Timestamp:
09/01/2016 01:48:45 AM (8 years ago)
Author:
MikeSchinkel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36335, comment 144

    initial v1  
    3434
    3535> Class-Map Generation.
    36 BTW, I've found a really nice way to build a class-map even with the other autoloaders.  Have each autoloader add any classes found to the classmap and then when WP_DEBUG` is active write out to a file on a `'shutdown'` hook which can then be loaded in wp-settings.php. Which it works well for WPLib there are issues with implementing it in core, but it is something to explore.
     36BTW, I've found a really nice way to build a class-map even with the other autoloaders.  Have each autoloader add any classes found to the classmap and then when `WP_DEBUG` is active write out to a file on a `'shutdown'` hook which can then be loaded in wp-settings.php. Which it works well for WPLib there are issues with implementing it in core, but it is something to explore.
    3737
    3838