pronto/core/factory.php File Reference

Go to the source code of this file.

Classes

class  Factory

Enumerations

enum  PRONTO_VERSION

Enumeration Type Documentation

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

Description: Object factory. This class will instantiate objects and return them to the caller.

A NOTE ABOUT PERFORMANCE: The Factory class is not very efficient without caching enabled. It uses a dynamic method of building file->class maps, and without a cache, it has to do this for each web request. If performance is important to you, then it is highly recommended that you enable some form of caching. See config/cache.php. The current version of Pronto.

Definition at line 23 of file factory.php.


Generated on Wed Jan 13 09:21:02 2010 for Pronto Framework by  doxygen 1.6.1