Solar

Classes in the Solar package:

Solar

The Solar arch-class provides static methods needed throughout the framework environment.

Solar_Base

Abstract base class for all Solar objects.

Solar_Class

Static support methods for class information.

Solar_Class_Map

Creates an array of class-to-file mappings for a class hierarchy.

Solar_Class_Stack

Stack for loading classes from user-defined hierarchies.

Solar_Config

Static support methods for config information.

Solar_Csrf

Class to detect cross-site request forgery attempts.

Solar_Dir

Utility class for static directory methods.

Solar_Exception

Generic exception class.

Solar_Factory

Abstract factory class to standardize adapter construction and return.

Solar_File

Utility class for static file methods.

Solar_Locale

Manages locale strings for all Solar classes.

Solar_Path_Stack

Stack for finding files in user-defined path hierarchies.

Solar_Php

Lets you execute a Solar-based script in a separate PHP process, then get back its exit code, last line, and output.

Solar_Registry

Registry for storing objects, with built-in lazy loading.

Solar_Request

Class for gathering details about the request environment.

Solar_Struct

Greatly simplified one-dimensional array object.

Solar_Struct_Iterator

Support class to provide an iterator for Solar_Struct objects.

Solar_Struct_Xml

A struct with some very minimal XML input/output functionality; attributes, namespaces, and prefixes are not supported.

Solar_Symlink

Utility class to create symlinks.

Solar_User

Meta-container for the current user to hold auth and roles.

Solar_Vt100

Staic methods to support text formatting on VT00 terminals.



Local