Latest Build: 24
Released: Friday, April 16, 2010
Supercell is a PHP framework designed to speed up your PHP project's development.
It comes loaded with multiple features to make your life easier and you coding faster.
Supercell was built using PHP 5 to utilize all of it's functionality.
Basic Usage

The framework was built with a simple structure in mind. Controllers which get all of the data
and information your page will use. The controllers than pass their information to model files which
take that information and create all the template variables which then run the template files with all of the
model's variables passed to it.
The file structure was designed to keep coding clean. Most of the work will be done by controllers, and Models handle
what should be shown on the template files.
The goal of this framework is to help speed up the writing process by having functions that are easy to call and
to use throughout your script such as database functions, form functions, text validators, text cleaners, template functions,
and many more!
Where can I get the latest updates?

We use
GitHub to launch our latest builds of the software.
If you are looking for the latest build that is where you will find it! You will also be able to see all of our
code changes for each build allowing you to update your script when new features become available. To get the latest
version click the Download Source button in the top right corner.
I've found a bug or have a suggestion!
If you've found a bug please report it with our
bug tracker that way we can confirm it and have it fixed
as soon as possible. If you have a suggestion for the script, such as features, please tell us on
our forums.