Overview

Packages

  • Onion::Controllers
  • Onion::Core
  • Onion::UI
  • Onion::Utils

Classes

  • Arrays
  • Assets
  • Filesystem
  • Image
  • Languages
  • Mail
  • Secure
  • Strings
  • SWF
  • Utils
  • Validate
  • Visitor
  • Overview
  • Package
  • Class
  • Tree

Class Validate

Onion Framework - Overovanie dát

Copyright (c) 2011 Jano Gašpar (http://webstranky.net)

Package: Onion::Utils
Copyright: Copyright (c) 2011 Jano Gašpar
Author: Jano Gašpar
Located at Utils/Validate.php
Methods summary
public static
# number( $number )
public static
# integer( $number )
public static
# alpha( $string )
public static
# email( $value )
public static
# url( $url )
public static
# date( $date, $convert = TRUE )
public static
# range( $value, $min, $max )
public static
# min_size( $value, $min )
public static
# max_size( $value, $max )
public static
# min_length( $value, $min )
public static
# max_length( $value, $max )
public static
# equal_length( $value, $length )
public static
# is_empty( $value )
public static
# regexp( $value, $regexp )
public static
# ip( $ip )
Onion API documentation generated by ApiGen.
Generated using the TokenReflection library.