File: Zend_Validate-Set.xml

package info (click to toggle)
zendframework 1.12.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 133,584 kB
  • sloc: xml: 1,311,829; php: 570,173; sh: 170; makefile: 125; sql: 121
file content (53 lines) | stat: -rw-r--r-- 2,091 bytes parent folder | download | duplicates (2)
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
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!-- Reviewed: no -->
<sect1 id="zend.validate.set" xmlns:xi="http://www.w3.org/2001/XInclude">
    <title>Standard Validation Classes</title>

    <para>
        Zend Framework comes with a standard set of validation classes, which are ready for you to
        use.
    </para>

    <xi:include href="Zend_Validate-Alnum.xml" />
    <xi:include href="Zend_Validate-Alpha.xml" />
    <xi:include href="Zend_Validate-Barcode.xml" />
    <xi:include href="Zend_Validate-Between.xml" />
    <xi:include href="Zend_Validate-Callback.xml" />
    <xi:include href="Zend_Validate-CreditCard.xml" />

    <sect2 id="zend.validate.set.ccnum">
        <title>Ccnum</title>

        <note>
            <para>
                The <classname>Ccnum</classname> validator has been deprecated in favor of the
                <classname>CreditCard</classname> validator. For security reasons you should use
                CreditCard instead of Ccnum.
            </para>
        </note>
    </sect2>

    <xi:include href="Zend_Validate-Date.xml" />
    <xi:include href="Zend_Validate-Db.xml" />
    <xi:include href="Zend_Validate-Digits.xml" />
    <xi:include href="Zend_Validate-EmailAddress.xml" />
    <xi:include href="Zend_Validate-Float.xml" />
    <xi:include href="Zend_Validate-GreaterThan.xml" />
    <xi:include href="Zend_Validate-Hex.xml" />
    <xi:include href="Zend_Validate-Hostname.xml" />
    <xi:include href="Zend_Validate-Iban.xml" />
    <xi:include href="Zend_Validate-Identical.xml" />
    <xi:include href="Zend_Validate-InArray.xml" />
    <xi:include href="Zend_Validate-Int.xml" />
    <xi:include href="Zend_Validate-Ip.xml" />
    <xi:include href="Zend_Validate-Isbn.xml" />
    <xi:include href="Zend_Validate-LessThan.xml" />
    <xi:include href="Zend_Validate-NotEmpty.xml" />
    <xi:include href="Zend_Validate-PostCode.xml" />
    <xi:include href="Zend_Validate-Regex.xml" />
    <xi:include href="Zend_Validate-Sitemap.xml" />
    <xi:include href="Zend_Validate-StringLength.xml" />
</sect1>
<!--
vim:se ts=4 sw=4 et:
-->