2017 © Pedro Peláez
 

library atk4

fork from atk4/atk4

image

xepan/atk4

fork from atk4/atk4

  • Tuesday, July 17, 2018
  • by gowrav
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2,748 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 93 Forks
  • 0 Open issues
  • 5 Versions
  • 28 % Grown

The README.md

Agile Toolkit - Web UI Toolkit

Join the chat at https://gitter.im/atk4/atk4 Build Status, (*1)

Agile Toolkit is a Web UI framework and collection of usable widgets. It allows you to develop rich web applications by writing only PHP code. Agile Toolkit is inspired by Desktop GUI Toolkits and is a fully-object oriented development environment., (*2)

  • Homepage: http://agiletoolkit.org
  • Forums: http://forum.agiletoolkit.org
  • Docs: http://book.agiletoolkit.org

Overview

Agile Toolkit has introduced three new principles in web development:, (*3)

  • A Complete UI solution for PHP developers
  • Unique integration between jQuery events and chains and PHP
  • Innovative Object Relational Manager with support for joins, sub-selects and expression abstraction.

All the features are delivered in a unique close-coupled environment - Similarly to Cocoa or Qt - all objects of Agile Toolkit are based off one common ancestor and are constructed under the guidance of the top-level Application object., (*4)

Installing

To start a new web application in Agile Toolkit, download a bundle from http://agiletoolkit.org/ and follow instructions. Alternatively, if you are a very hardcore developer, add the following code inside your composer.json file:, (*5)

"require": {
    "atk4/atk4": "4.3.*@dev"
}

Example

To help you understand some key principles of Agile Toolkit, copy the following example into page/index.php and place inside the init() method., (*6)

Message to Romans, (*7)

Source:, (*8)

$form = $this->add('Form');
$form->addField('line', 'subject')->validateNotNull();
$form->addField('password','password');
$form->addSubmit();

if ($form->isSubmitted()) {
    $this->js()->univ()
        ->dialogOK('Hello World','Subject: '.$form['subject'])
        ->execute();
}

Congratulations. You have now created a fully AJAX / PHP form, fully protected from SQL / HTML / JS injection, based on jQuery UI theme and Bootstrap-compatible 12-column flexible grid system., (*9)

License

Agile Toolkit is distributed under MIT License., (*10)

Your support will ensure the longevity of Agile Toolkit, (*11)

The Versions

17/07 2018

4.3.x-dev

4.3.9999999.9999999-dev https://agiletoolkit.org/

fork from atk4/atk4

  Sources   Download

MIT

framework atk4

03/06 2017

4.3.0

4.3.0.0 https://agiletoolkit.org/

fork from atk4/atk4

  Sources   Download

MIT

framework atk4

04/12 2016

4.4.x-dev

4.4.9999999.9999999-dev https://agiletoolkit.org/

Agile UI - User Interface Component Library

  Sources   Download

MIT

The Requires

 

The Development Requires

framework form ui crud generator widget grid button web agile atk4 render gadget

28/05 2016

dev-develop

dev-develop https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

27/05 2016

dev-master

9999999-dev https://agiletoolkit.org/

atk4/atk4 fork

  Sources   Download

MIT

framework atk4