Home

Welcome to the new site!

It's time to release some more bits 'n pieces of my P.O.R.K. framework!

You've all probably seen Pork.Iframe, the easy to use, moo.ajax based way to submit your forms and file input's through iframes. The point is that this is just one small part of my own way larger framework that's in constant development and is constanlty being tested in real-life situations and making life easier.

Now it's time to release another part of the project, called Pork.dbObject. It's an Object-Relation mapper for PHP 5 that attempts to be easy, fast, lightweight, uses optimized database queries and provides an easy Find() function very loosely based on rails'. Also, i'm coming with Pork.Generator: A PHP5 based database analyzer that automatically sees the different types of relations in your (MySQL) database and creates linked dbObjects for it.

Also, you can check out the Pork.Iframe pages, there's more and better examples now, and i've added my simple JSON PHP5 object.