Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjaschen/r03_solar
A Vendor for SolarPHP
https://github.com/mjaschen/r03_solar
Last synced: about 1 month ago
JSON representation
A Vendor for SolarPHP
- Host: GitHub
- URL: https://github.com/mjaschen/r03_solar
- Owner: mjaschen
- Created: 2010-07-10T09:50:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-27T10:58:52.000Z (almost 14 years ago)
- Last Synced: 2024-10-16T08:55:42.655Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
r03_solar is a vendor package for the Solar Web Framework.
Solar
=====Solar is a PHP 5 framework for web application development. It is fully name-spaced and uses enterprise application design patterns, with built-in support for localization and configuration at all levels.
Visit [http://www.solarphp.com/](http://www.solarphp.com/) for more information.
r03_solar
=========*TODO*
Installation
============Clone the repository into a folder named `r03` in your `source` directory:
git clone [email protected]:mjaschen/r03_solar.git r03
Create the symlinks so that Solar can use the vendor classes:
./script/solar link-vendor R03
Enable the vendor by loading its config. Add this to your `config.php`:
include("$system/source/r03/config/default.php");
Configuration
=============Set your options in `r03/config/default.php`.
The API documentation gives you detailed information about all configuration options.
Classes
=======`R03_View_Helper_Gravatar`
--------------------------Creates an `` tag with the Gravatar image for a given email address. Supports the following options: size of image, fallback default image type, image rating.