maltyxx/form_validation

This package is abandoned and no longer maintained. No replacement package was suggested.

Form validation for Codeigniter 2 and Codeigniter 3

Installs: 609

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Type:codeigniter-library

v1.0.1 2015-06-04 15:26 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:59:28 UTC


README

Form validation for Codeigniter 2 and Codeigniter 3

Installation

Step 1 Installation by Composer

# composer install maltyxx/form_validation

Step 2 Creates files

/application/libraries/MY_Form_validation.php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
require(APPPATH.'/libraries/Form_validation/MY_Form_validation.php');
/application/language/english/form_validation_lang.php
<?php defined('BASEPATH') OR exit('No direct script access allowed');
require(APPPATH.'/libraries/Form_validation/language/english/form_validation_lang.php');