Login   Register  
PHP Classes
elePHPant
Icontem

Tracker

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Karel Klima
Name: Karel Klima <e-mail contact>
Packages: 1 Browse all classes by Karel Klima Browse all classes by
Country: Czech Republic Czech Republic - PHP jobs in Czech Republic
Age: 23
All time rank: 250127 in Czech Republic Czech Republic
Week rank: 2205 Up25 in Czech Republic Czech Republic Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download .zip .tar.gz  
This class can be used to locate and index classes to be auto-loaded when their objects are instantiated.

It searches for PHP classes in files and generates an index file in the INI format with the paths of all the classes that it found, so next time a class needs to be loaded it just needs to look in the generated INI file.

It also provides an auto-load function that looks in the generated INI file entries for the path of the class file to be loaded.

  Classes of Karel Klima  >  Tracker  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Tracker
Base name: tracker
Description: Locate and index auto-loaded classes
Version: 1.0
PHP version: 5.0
License: GNU General Public License (GPL)
All time users: 624 users
All time rank: 4330
Week users: 0 users
Week rank: 2054 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Language Constructs to assist in the language control View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
January 2007
Number 8
PHP 5 autoload support can simplify the loading of the classes that an application uses. However, if the application needs to load classes from multiple directories, the autoload function can become very complicated.

This package offers a solution that addresses that problem. It creates an index of all classes available in multiple directories. When a class is loaded, it just performs simple index lookup to determine the path of each class file.

Manuel Lemos

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example of usage
Plain text file classfinder.php Class ClassFinder locates classes in a PHP file
Plain text file tracker.php Class Main class for managing scans and autoloading

Download all files: tracker.tar.gz tracker.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.