PHP Classes

File: documentation/method/en/set_validation.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   documentation/method/en/set_validation.md   Download  
File: documentation/method/en/set_validation.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: refactor: update the documentation template
refactor: update the documentation template
Date: 16 days ago
Size: 565 bytes
 

Contents

Class file image Download

Your contribution's needed!

Please update this page through GitHub using this standard format.

Reference

set_validation($foo, $bar)

Parameter $foo[string]the detail related to the variable;* $bar[string]the detail related to the variable.*

 

Usage Sample

$this->set_validation('foo', 'bar');

$this->set_validation('baz', 'qux');

You can use this method in groups as below:

$this->set_validation([
    'foo' => 'bar',
    'baz' => 'qux'
]);

 

Read Also