Map-based autoloader across php and phar resources

⌈⌋ ⎇ branch:  Canonic Autoloader


Update of "classmap"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 57f17d728402e6d3b31afaf9d995cd639f0f07a5
Page Name:classmap
Date: 2014-02-15 02:18:52
Original User: mario
Mimetype:text/x-markdown
Content

Usually contained in autoload.map.php, itself within shared.phar, the map is a simple array structure.

  • It contains one ["class"] list.
  • A ["function"] list.
  • And prepares ["const"] entries as well.
  • For single-dir based maps it also contains a directory fingerprint in ["fp"].

Each list associates:

  • an identifier (possibly with namespace prefixes)
  • with the filename of its declaration.

See also: