
A class that loads Flourish
1.0.0b3 | Added fEmail() constructor function 9/12/11 |
---|---|
1.0.0b2 | Added fPagination 9/6/11 |
1.0.0b | The initial implementation 8/26/11 |
Please note: this method is public, however it is primarily intended for internal use by Flourish and will normally not be useful in site/application code
Tries to load a Flourish class
void autoload( string $class )
string | $class | The class to load |
Performs eager loading if an op-code cache is present, otherwise lazy
void best( )
Loads all Flourish classes when called
void eager( )
Check if a PHP opcode cache is installed
The following opcode caches are currently detected:
boolean hasOpcodeCache( )
If a PHP opcode cache is loaded