ttek/tk-form

Create dynamic forms easily with the Tk framework

8.0.14 2024-04-16 00:00 UTC

README

Project: ttek/tk-form Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/

This is the lib for the Tk Framework HTML Forms

Contents

Installation

Available on Packagist (ttek/tk-form) and as such installable via Composer.

composer require ttek/tk-form

Or add the following to your composer.json file:

"ttek/tk-form": "~3.0"

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the PHP DomTemplate) to load the classes.

Introduction