Go to the source code of this file.
Classes | |
| class | Factory |
Enumerations | |
| enum | PRONTO_VERSION |
| enum PRONTO_VERSION |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
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.
1.6.1