Freebies

This page is used to display some code snippets and classes that I have built. I am offering them to you free of charge to use and/or modify. Feel free to leave comments and questions on the individual pages.

Form DMZ Extension

DMZ (DataMapper, OverZealous Edition) is an ORM for the CodeIgniter PHP Framework (currently maintained by Wanwizard).

This extension provides a function to convert a DMZ object into the associative array needed for CodeIgniter‘s form_dropdown function provided by the Form Helper.
Continue reading

4 Comments

Edit-In-Place jQuery Plugin

This is a “Edit in place” jQuery plugin. It allows you to designate certain portions of text that you want to be able to edit on the fly.
Continue reading

Leave a comment

Paginate

This pagination class allows you to set your options either through a configure method or individually. The code is well documented, but I will also show some examples here:
Continue reading

Leave a comment