08.10.2017 Views

codeigniter_tutorial

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CodeIgniter<br />

less_than<br />

less_than_equal_to<br />

in_list<br />

alpha<br />

alpha_numeric<br />

alpha_numeric_spaces<br />

alpha_dash<br />

numeric<br />

integer<br />

decimal<br />

Yes<br />

Yes<br />

Yes<br />

No<br />

No<br />

No<br />

No<br />

No<br />

No<br />

No<br />

Returns FALSE if the<br />

form element is<br />

greater than or equal<br />

to the parameter<br />

value or not numeric.<br />

Returns FALSE if the<br />

form element is<br />

greater than the<br />

parameter value, or<br />

not numeric.<br />

Returns FALSE if the<br />

form element is not<br />

within a<br />

predetermined list.<br />

Returns FALSE if the<br />

form element<br />

contains anything<br />

other than<br />

alphabetical<br />

characters.<br />

Returns FALSE if the<br />

form element<br />

contains anything<br />

other than alphanumeric<br />

characters.<br />

Returns FALSE if the<br />

form element<br />

contains anything<br />

other than alphanumeric<br />

characters or<br />

spaces. Should be<br />

used after trim to<br />

avoid spaces at the<br />

beginning or end.<br />

Returns FALSE if the<br />

form element<br />

contains anything<br />

other than alphanumeric<br />

characters,<br />

underscores or<br />

dashes.<br />

Returns FALSE if the<br />

form element<br />

contains anything<br />

other than numeric<br />

characters.<br />

Returns FALSE if the<br />

form element<br />

contains anything<br />

other than an<br />

integer.<br />

Returns FALSE if the<br />

form element<br />

contains anything<br />

other than a decimal<br />

number.<br />

less_than[8]<br />

less_than_equal_to[8]<br />

in_list[red,blue,green]<br />

53

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!