Phork version 1.3.4 has been released. The changelog is here http://phork.org/manual/info/changelog/
close
Phork Manual Table of Contents

News & Updates

Phork Version 1.3.4 Released

Phork 1.3.4 includes some minor tweaks and bug fixes as well as a new ApiHelper class and batch API processing.

See the changelog for a complete list of changes.

Phork Version 1.3.1 Released

Phork 1.3.1 includes some minor tweaks and bug fixes as well as a new database manager class. Each database object consists of a read and write connection definition, and the database manager makes it easy to switch between several different read and write setups, and then to revert back seamlessly.

See the changelog for a complete list of changes.

New ph0rk.com Features

The new ph0rk.com redesign has just launched. Included in this launch is a new forum which also serves as a bug tracker.

Besides the obvious cosmetic changes there have been a few rearrangements. The community page was removed in favor of direct links to both the wiki and the forum in the global navigation. Also the news was removed from the homepage and broken out into its own page.

Phork Version 1.3 Released

Phork 1.3 includes core model functionality which allows you to quickly and easily add, edit, delete and load data from a database. Also included are 3 model helpers - a validation helper to assist with validation before saving, a relations helper to load related data, and a cache helper to load from and saving to the cache. There's also a scaffolding model for development convenience.

The manual has been updated with sections for CoreModel, CoreDatabaseModel, CoreDatabaseScaffoldModel, CoreModelHelper, and CoreRecord.

See the changelog for a complete list of changes.