Index of Packages
- Solar
- 
Foundation classes for all of Solar. 
- Solar_Access
- 
User- and role-based access (authorization) control by controller and action. 
- Solar_App
- 
Example applications bundled with Solar. 
- Solar_Auth
- 
User authentication systems. 
- Solar_Cache
- 
Caching systems. 
- Solar_Cli
- 
CLI commands. 
- Solar_Controller
- 
Front and page controllers for the web, plus console and command controllers for the command line. 
- Solar_Debug
- 
Debugging tools. 
- Solar_Docs
- 
Tools for building API documentation from source code. 
- Solar_Filter
- 
Filters to sanitize and validate user input. 
- Solar_Form
- 
Form processor with automated loading and presentation hinting. 
- Solar_Getopt
- 
Command-line option parsing. 
- Solar_Http
- 
HTTP request adapters, and a generic HTTP response class. 
- Solar_Inflect
- 
Word-inflection tools. 
- Solar_Json
- 
JSON data formatting and checking. 
- Solar_Log
- 
Logging mechanisms. 
- Solar_Mail
- 
Email-sending tools. 
- Solar_Markdown
- 
Plugin-based system to implement standard Markdown syntax. 
- Solar_Markdown_Apidoc
- 
Plugin-based system to implement a Solar-specific wiki form of the Markdown syntax. 
- Solar_Markdown_Extra
- 
Plugin-based system to implement the Markdown-Extra syntax. 
- Solar_Markdown_Wiki
- 
Plugin-based system to implement a Solar-specific wiki form of the Markdown syntax. 
- Solar_Mime
- 
Generic MIME support methods. 
- Solar_Role
- 
Mechanisms for reading user roles from various sources. 
- Solar_Service
- 
Web-service interfaces. 
- Solar_Session
- 
Session containers with support for named segments, read-once flash values, and lazy-started sessions. 
- Solar_Smtp
- 
Adapters for sending email via SMTP. 
- Solar_Sql
- 
Adapters for SQL database interaction, portable data definition, and table metadata. 
- Solar_Sql_Model
- 
An SQL-oriented ORM system using TableDataGateway and DataMapper patterns. 
- Solar_Test
- 
Unit-testing tools. 
- Solar_Uri
- 
Representation and manipulation of URIs (generic, action, and public). 
- Solar_View
- 
PHP-based TemplateView system. 
- Solar_View_Helper
- 
General-purpose view helpers. 
- Solar_View_Helper_Form
- 
Helpers for generating form output.