PHP Classes

File: sfv.texts_en.php

Recommend this page to a friend!
  Classes of Jonas Earendel   Simple Form Validator   sfv.texts_en.php   Download  
File: sfv.texts_en.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: Simple Form Validator
Validate forms with rules defined in the HTML
Author: By
Last change:
Date: 6 years ago
Size: 238 bytes
 

Contents

Class file image Download
<?php
$this
->texts = array(
   
'required' => 'This field is required.',
   
'email' => 'Please enter a valid email address.',
   
'data-match' => 'The values do not match.',
   
'notfound' => '"{value}" is not an available choice.',
);