forked from fititnt/lib_validate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
51 lines (39 loc) · 1.1 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
41
42
43
44
45
46
47
48
49
50
51
PHP Validate Library
Helper for validate fields
- Generic
-> Email
-> Password
- Region
-Brazil
-> CPF
-> CNPJ
Author:
Emerson Rocha Luiz
emerson at webdesign.eng.br
http://fititnt.org
Copyright:
Copyright (C) 2011 Webdesign Assessoria em Tecnilogia da Informacao. All
rights reserved.
License:
- GNU General Public License version 3. See license.txt
----------------------------------- How to use ---------------------------------
Install on your site like any normal library.
Example 1, log:
jimport('validate.validate');
(...)
Please read /doc for more information
--------------------------- Instalation & Dependences --------------------------
Dependences:
- JPlatform 1.6+
- PHP 5.2+
-------------------------------------- Todo ------------------------------------
----------------------------------- Changelog ----------------------------------
2011-12-02: 0.1alpha
! Created. Based on lib_debug 0.5alpha from Emerson Rocha Luiz
CHANGELOG LEGEND:
+ Added
- Removed
^ Updated
* Bugfix
# Security Fix
! Relevant message