Examples of Web Interfaces created with Agile Toolkit

Agile Toolkit is a powerful object-oriented platform for Web User Interface development in PHP. It focuses on seamless integration while being simple to learn. Filling the gaps between ORM and User Interface, Agile Toolkit reinvents web development. Learn more.

newsletter

Example demonstrates how to build a simple 2-step newsletter subscription form.

facebook

An example of Facebook authorization integration and profile data fetching

50employees

The other day I got asked: "I have lots of employees to enter.

infiniteadd1

Entering data continiously using only the keyboard.

index

This page shows the index of all the pages available under this installation of Agile Toolkit.

slotmachine

As seen in "Learning Agile Toolkit" book, the SlotMachine.

dragaction

Using custom view with a custom template to display your own HTML and even enable drag and drop.

columns

Design of complex forms with a non-standard layout often can be done with existing components of Agile Toolkit.

buttonpushing

Sample demonstration on how to use buttons and how to use events.

myformat

hybrid

Demonstration of Hybrid forms, which allow to encorporate different styles throughout the same form.

contact

Low-level record adding to the database without use of Models or CRUDs.

multiupload

Form field "upload" supports ability to add multiple files.

autocomplete

Selecting element in autocomplete field then editing loaded data (or creating new one if it wasn't selected can be implemented by using two forms.

metatags

Regardless of where your code is, you can access template of the API to add some meta-data on your page.

quicksearch

QuickSearch is based on a regular form, so you can still add fields to quicksearch and manipulate them as with regular form.

salesphotos

image

Uploading images, storing them safely, creating thumbnail.

editablef

Grid inline editing with row reloading.

hangman

Hangman implementation in AJAX within just 50 lines of code is amazing way to show efficiency of development in Agile Toolkit.

stackcrud

slider

Adding slide action to a slider which would update other element on your page.

50employees2

After I created <a href="/50employees">50employees example</a> next I was asked what if we want to change salaries of the employees who already in the database?

reloadtest

Ilustrates how you can reload parts of the page either using reload() or form/reloadField

issue12

Initially test-case for <a href="https://github.

hello

"Hello World" in Agile Toolkit.

layoutswitch

Changing template of an object based on conditions.

jsonac

Index

This page shows the index of all the pages available under this installation of Agile Toolkit. Since all the pages are classes we can somewhat "peek" into them and grab the descriptions out, as we produce array with all examples and their descriptions

Component Sources