-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·40 lines (28 loc) · 1.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Installation
===============================================
Formality is programmed to work standalone or
to be integrated with Kohana 3.x however with
minor modification Formality will work with any
php framework of your choice.
The Formality_Form is an abstract class which
requires a final wrapper to be implemented.
This allows final customisation of Formality to
nicely fit into any environment.
-----------------------------------------------
Standalone
===============================================
If you are using Formality as standalone,
all you need to do is include standalone.php
this contains hardcoded relative includes for
the required files.
Kohana 3.X
===============================================
There is a special class in the Kohana folder
called Formality.pjp This needs to be placed
in the classes folder along with form, field
and other classes.
-----------------------------------------------
CSS
===============================================
We have supplied some clean out of the box CSS
that should get you up and running.