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.
Example demonstrates how to build a simple 2-step newsletter subscription form.
An example of Facebook authorization integration and profile data fetching
The other day I got asked: "I have lots of employees to enter.
Entering data continiously using only the keyboard.
This page shows the index of all the pages available under this installation of Agile Toolkit.
As seen in "Learning Agile Toolkit" book, the SlotMachine.
Using custom view with a custom template to display your own HTML and even enable drag and drop.
Design of complex forms with a non-standard layout often can be done with existing components of Agile Toolkit.
Sample demonstration on how to use buttons and how to use events.
Demonstration of Hybrid forms, which allow to encorporate different styles throughout the same form.
Low-level record adding to the database without use of Models or CRUDs.
Form field "upload" supports ability to add multiple files.
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.
Regardless of where your code is, you can access template of the API to add some meta-data on your page.
QuickSearch is based on a regular form, so you can still add fields to quicksearch and manipulate them as with regular form.
Uploading images, storing them safely, creating thumbnail.
Grid inline editing with row reloading.
Hangman implementation in AJAX within just 50 lines of code is amazing way to show efficiency of development in Agile Toolkit.
Adding slide action to a slider which would update other element on your page.
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?
Ilustrates how you can reload parts of the page either using reload() or form/reloadField
Initially test-case for <a href="https://github.
"Hello World" in Agile Toolkit.
Changing template of an object based on conditions.
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