The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Classloader-1.0.0 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
Classloader-1.0.0 Released Posted: Oct 28, 2004 3:19 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: Classloader-1.0.0 Released
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement
I made an initial release of the Classloader package which is developed as a part of the AspectPHP project.

Classloader is a framework for loading PHP classes that uses the __autoload() function and allows for two types of plugins: resolvers and loaders. A resolver resolves the name of a class to its source file and a loader loads the source for a class.

The default implementation of Classloader_Resolver resolves the name of a class to a source filename using the PEAR convention which assumes that the source file for Package_Class can be found at Package/Class.php.

The default implementation of Classloader_Loader simply loads a class' source from a given file.

Refactory, which is another package developed as part of AspectPHP, provides a Classloader_Loader implementation that allows for various code transformations at loadtime. 11cb

Read: Classloader-1.0.0 Released

Topic: 22 iX international edition available 13 Previous Topic   Next Topic Topic: Detail templates for Content Types

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use