<?php /* * Builder Library * * Copyright(c) 2010, Thomas Shone * Licensed under the Creative Commons Attribution 3.0 Unported License. * http://www.shone.co.za * * Loads all the required library parts */ // Load all the required library parts include 'includes/CommonFunctions.php'; include 'includes/Session.php'; include 'includes/Input.php'; include 'includes/Messages.php'; // Load all the builder libs include 'includes/builder/Base.php'; include 'includes/builder/Form.php'; include 'includes/builder/FormElement.php'; include 'includes/builder/Grid.php';