New Release: Pronto 0.5

Today is a red letter day.  Pronto has finally matured enough that it can be crowned with a real version number.  We've also released an additional example application, which is a simple blog.  Every framework seems to focus on blogs as examples, so we didn't want to be left out.

New Release: Pronto 0.6

After more than a year of casual development, fixes, and refinement, Pronto 0.6 is here.

New SVN Snapshot: 20080909

Bugfixes, new toys, and all-round happyosity. Pronto for the win.If you're upgrading an existing app, take special note of the bold item below. You may be required to alter your templates to use the new url() function within grids and $html->link() calls. See the relevant manual section for...

New SVN Snapshot: 20080606

Summer's here. What better way to spend it, than indoors learning a new web framework? Moved SQL generation routines out of Page and into a separate SQL_Generator class Added a CSS reset so browsers can all agree on default styling Added hide_misc_errors to tpForm::build_form() for...

New SVN Snapshot: 20080428

New release time! Change in nomenclature: "template plugins" are now also known as "helpers", and "page plugins" are now also known as simply "plugins" Added a datetime widget to the Form helper Moved template logic into a separate class so it can be accessed outside of page controllers (eg, a...

New SVN Snapshot: 20080403

A few incremental improvements done over the weekend. Moved input validation routines into a separate facility class Made page plugins accessible through the registry, so other layers can now use them (eg, data models) Added rotation functionality to Image plugin Bugfixes Download