| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584 | 
							- <?php
 
- /**
 
-  * CodeIgniter
 
-  *
 
-  * An open source application development framework for PHP
 
-  *
 
-  * This content is released under the MIT License (MIT)
 
-  *
 
-  * Copyright (c) 2014 - 2017, British Columbia Institute of Technology
 
-  *
 
-  * Permission is hereby granted, free of charge, to any person obtaining a copy
 
-  * of this software and associated documentation files (the "Software"), to deal
 
-  * in the Software without restriction, including without limitation the rights
 
-  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
-  * copies of the Software, and to permit persons to whom the Software is
 
-  * furnished to do so, subject to the following conditions:
 
-  *
 
-  * The above copyright notice and this permission notice shall be included in
 
-  * all copies or substantial portions of the Software.
 
-  *
 
-  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
-  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
-  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
-  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
-  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
-  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
-  * THE SOFTWARE.
 
-  *
 
-  * @package	CodeIgniter
 
-  * @author	EllisLab Dev Team
 
-  * @copyright	Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
 
-  * @copyright	Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
 
-  * @license	http://opensource.org/licenses/MIT	MIT License
 
-  * @link	https://codeigniter.com
 
-  * @since	Version 1.0.0
 
-  * @filesource
 
-  */
 
- defined('BASEPATH') OR exit('No direct script access allowed');
 
- /**
 
-  * Form Validation Class
 
-  *
 
-  * @package		CodeIgniter
 
-  * @subpackage	Libraries
 
-  * @category	Validation
 
-  * @author		EllisLab Dev Team
 
-  * @link		https://codeigniter.com/user_guide/libraries/form_validation.html
 
-  */
 
- class CI_Form_validation {
 
- 	/**
 
- 	 * Reference to the CodeIgniter instance
 
- 	 *
 
- 	 * @var object
 
- 	 */
 
- 	protected $CI;
 
- 	/**
 
- 	 * Validation data for the current form submission
 
- 	 *
 
- 	 * @var array
 
- 	 */
 
- 	protected $_field_data		= array();
 
- 	/**
 
- 	 * Validation rules for the current form
 
- 	 *
 
- 	 * @var array
 
- 	 */
 
- 	protected $_config_rules	= array();
 
- 	/**
 
- 	 * Array of validation errors
 
- 	 *
 
- 	 * @var array
 
- 	 */
 
- 	protected $_error_array		= array();
 
- 	/**
 
- 	 * Array of custom error messages
 
- 	 *
 
- 	 * @var array
 
- 	 */
 
- 	protected $_error_messages	= array();
 
- 	/**
 
- 	 * Start tag for error wrapping
 
- 	 *
 
- 	 * @var string
 
- 	 */
 
- 	protected $_error_prefix	= '<p>';
 
- 	/**
 
- 	 * End tag for error wrapping
 
- 	 *
 
- 	 * @var string
 
- 	 */
 
- 	protected $_error_suffix	= '</p>';
 
- 	/**
 
- 	 * Custom error message
 
- 	 *
 
- 	 * @var string
 
- 	 */
 
- 	protected $error_string		= '';
 
- 	/**
 
- 	 * Whether the form data has been validated as safe
 
- 	 *
 
- 	 * @var bool
 
- 	 */
 
- 	protected $_safe_form_data	= FALSE;
 
- 	/**
 
- 	 * Custom data to validate
 
- 	 *
 
- 	 * @var array
 
- 	 */
 
- 	public $validation_data	= array();
 
- 	/**
 
- 	 * Initialize Form_Validation class
 
- 	 *
 
- 	 * @param	array	$rules
 
- 	 * @return	void
 
- 	 */
 
- 	public function __construct($rules = array())
 
- 	{
 
- 		$this->CI =& get_instance();
 
- 		// applies delimiters set in config file.
 
- 		if (isset($rules['error_prefix']))
 
- 		{
 
- 			$this->_error_prefix = $rules['error_prefix'];
 
- 			unset($rules['error_prefix']);
 
- 		}
 
- 		if (isset($rules['error_suffix']))
 
- 		{
 
- 			$this->_error_suffix = $rules['error_suffix'];
 
- 			unset($rules['error_suffix']);
 
- 		}
 
- 		// Validation rules can be stored in a config file.
 
- 		$this->_config_rules = $rules;
 
- 		// Automatically load the form helper
 
- 		$this->CI->load->helper('form');
 
- 		log_message('info', 'Form Validation Class Initialized');
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Set Rules
 
- 	 *
 
- 	 * This function takes an array of field names and validation
 
- 	 * rules as input, any custom error messages, validates the info,
 
- 	 * and stores it
 
- 	 *
 
- 	 * @param	mixed	$field
 
- 	 * @param	string	$label
 
- 	 * @param	mixed	$rules
 
- 	 * @param	array	$errors
 
- 	 * @return	CI_Form_validation
 
- 	 */
 
- 	public function set_rules($field, $label = '', $rules = array(), $errors = array())
 
- 	{
 
- 		// No reason to set rules if we have no POST data
 
- 		// or a validation array has not been specified
 
- 		if ($this->CI->input->method() !== 'post' && empty($this->validation_data))
 
- 		{
 
- 			return $this;
 
- 		}
 
- 		// If an array was passed via the first parameter instead of individual string
 
- 		// values we cycle through it and recursively call this function.
 
- 		if (is_array($field))
 
- 		{
 
- 			foreach ($field as $row)
 
- 			{
 
- 				// Houston, we have a problem...
 
- 				if ( ! isset($row['field'], $row['rules']))
 
- 				{
 
- 					continue;
 
- 				}
 
- 				// If the field label wasn't passed we use the field name
 
- 				$label = isset($row['label']) ? $row['label'] : $row['field'];
 
- 				// Add the custom error message array
 
- 				$errors = (isset($row['errors']) && is_array($row['errors'])) ? $row['errors'] : array();
 
- 				// Here we go!
 
- 				$this->set_rules($row['field'], $label, $row['rules'], $errors);
 
- 			}
 
- 			return $this;
 
- 		}
 
- 		// No fields or no rules? Nothing to do...
 
- 		if ( ! is_string($field) OR $field === '' OR empty($rules))
 
- 		{
 
- 			return $this;
 
- 		}
 
- 		elseif ( ! is_array($rules))
 
- 		{
 
- 			// BC: Convert pipe-separated rules string to an array
 
- 			if ( ! is_string($rules))
 
- 			{
 
- 				return $this;
 
- 			}
 
- 			$rules = preg_split('/\|(?![^\[]*\])/', $rules);
 
- 		}
 
- 		// If the field label wasn't passed we use the field name
 
- 		$label = ($label === '') ? $field : $label;
 
- 		$indexes = array();
 
- 		// Is the field name an array? If it is an array, we break it apart
 
- 		// into its components so that we can fetch the corresponding POST data later
 
- 		if (($is_array = (bool) preg_match_all('/\[(.*?)\]/', $field, $matches)) === TRUE)
 
- 		{
 
- 			sscanf($field, '%[^[][', $indexes[0]);
 
- 			for ($i = 0, $c = count($matches[0]); $i < $c; $i++)
 
- 			{
 
- 				if ($matches[1][$i] !== '')
 
- 				{
 
- 					$indexes[] = $matches[1][$i];
 
- 				}
 
- 			}
 
- 		}
 
- 		// Build our master array
 
- 		$this->_field_data[$field] = array(
 
- 			'field'		=> $field,
 
- 			'label'		=> $label,
 
- 			'rules'		=> $rules,
 
- 			'errors'	=> $errors,
 
- 			'is_array'	=> $is_array,
 
- 			'keys'		=> $indexes,
 
- 			'postdata'	=> NULL,
 
- 			'error'		=> ''
 
- 		);
 
- 		return $this;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * By default, form validation uses the $_POST array to validate
 
- 	 *
 
- 	 * If an array is set through this method, then this array will
 
- 	 * be used instead of the $_POST array
 
- 	 *
 
- 	 * Note that if you are validating multiple arrays, then the
 
- 	 * reset_validation() function should be called after validating
 
- 	 * each array due to the limitations of CI's singleton
 
- 	 *
 
- 	 * @param	array	$data
 
- 	 * @return	CI_Form_validation
 
- 	 */
 
- 	public function set_data(array $data)
 
- 	{
 
- 		if ( ! empty($data))
 
- 		{
 
- 			$this->validation_data = $data;
 
- 		}
 
- 		return $this;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Set Error Message
 
- 	 *
 
- 	 * Lets users set their own error messages on the fly. Note:
 
- 	 * The key name has to match the function name that it corresponds to.
 
- 	 *
 
- 	 * @param	array
 
- 	 * @param	string
 
- 	 * @return	CI_Form_validation
 
- 	 */
 
- 	public function set_message($lang, $val = '')
 
- 	{
 
- 		if ( ! is_array($lang))
 
- 		{
 
- 			$lang = array($lang => $val);
 
- 		}
 
- 		$this->_error_messages = array_merge($this->_error_messages, $lang);
 
- 		return $this;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Set The Error Delimiter
 
- 	 *
 
- 	 * Permits a prefix/suffix to be added to each error message
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @return	CI_Form_validation
 
- 	 */
 
- 	public function set_error_delimiters($prefix = '<p>', $suffix = '</p>')
 
- 	{
 
- 		$this->_error_prefix = $prefix;
 
- 		$this->_error_suffix = $suffix;
 
- 		return $this;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Get Error Message
 
- 	 *
 
- 	 * Gets the error message associated with a particular field
 
- 	 *
 
- 	 * @param	string	$field	Field name
 
- 	 * @param	string	$prefix	HTML start tag
 
- 	 * @param 	string	$suffix	HTML end tag
 
- 	 * @return	string
 
- 	 */
 
- 	public function error($field, $prefix = '', $suffix = '')
 
- 	{
 
- 		if (empty($this->_field_data[$field]['error']))
 
- 		{
 
- 			return '';
 
- 		}
 
- 		if ($prefix === '')
 
- 		{
 
- 			$prefix = $this->_error_prefix;
 
- 		}
 
- 		if ($suffix === '')
 
- 		{
 
- 			$suffix = $this->_error_suffix;
 
- 		}
 
- 		return $prefix.$this->_field_data[$field]['error'].$suffix;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Get Array of Error Messages
 
- 	 *
 
- 	 * Returns the error messages as an array
 
- 	 *
 
- 	 * @return	array
 
- 	 */
 
- 	public function error_array()
 
- 	{
 
- 		return $this->_error_array;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Error String
 
- 	 *
 
- 	 * Returns the error messages as a string, wrapped in the error delimiters
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @return	string
 
- 	 */
 
- 	public function error_string($prefix = '', $suffix = '')
 
- 	{
 
- 		// No errors, validation passes!
 
- 		if (count($this->_error_array) === 0)
 
- 		{
 
- 			return '';
 
- 		}
 
- 		if ($prefix === '')
 
- 		{
 
- 			$prefix = $this->_error_prefix;
 
- 		}
 
- 		if ($suffix === '')
 
- 		{
 
- 			$suffix = $this->_error_suffix;
 
- 		}
 
- 		// Generate the error string
 
- 		$str = '';
 
- 		foreach ($this->_error_array as $val)
 
- 		{
 
- 			if ($val !== '')
 
- 			{
 
- 				$str .= $prefix.$val.$suffix."\n";
 
- 			}
 
- 		}
 
- 		return $str;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Run the Validator
 
- 	 *
 
- 	 * This function does all the work.
 
- 	 *
 
- 	 * @param	string	$group
 
- 	 * @return	bool
 
- 	 */
 
- 	public function run($group = '')
 
- 	{
 
- 		$validation_array = empty($this->validation_data)
 
- 			? $_POST
 
- 			: $this->validation_data;
 
- 		// Does the _field_data array containing the validation rules exist?
 
- 		// If not, we look to see if they were assigned via a config file
 
- 		if (count($this->_field_data) === 0)
 
- 		{
 
- 			// No validation rules?  We're done...
 
- 			if (count($this->_config_rules) === 0)
 
- 			{
 
- 				return FALSE;
 
- 			}
 
- 			if (empty($group))
 
- 			{
 
- 				// Is there a validation rule for the particular URI being accessed?
 
- 				$group = trim($this->CI->uri->ruri_string(), '/');
 
- 				isset($this->_config_rules[$group]) OR $group = $this->CI->router->class.'/'.$this->CI->router->method;
 
- 			}
 
- 			$this->set_rules(isset($this->_config_rules[$group]) ? $this->_config_rules[$group] : $this->_config_rules);
 
- 			// Were we able to set the rules correctly?
 
- 			if (count($this->_field_data) === 0)
 
- 			{
 
- 				log_message('debug', 'Unable to find validation rules');
 
- 				return FALSE;
 
- 			}
 
- 		}
 
- 		// Load the language file containing error messages
 
- 		$this->CI->lang->load('form_validation');
 
- 		// Cycle through the rules for each field and match the corresponding $validation_data item
 
- 		foreach ($this->_field_data as $field => &$row)
 
- 		{
 
- 			// Fetch the data from the validation_data array item and cache it in the _field_data array.
 
- 			// Depending on whether the field name is an array or a string will determine where we get it from.
 
- 			if ($row['is_array'] === TRUE)
 
- 			{
 
- 				$this->_field_data[$field]['postdata'] = $this->_reduce_array($validation_array, $row['keys']);
 
- 			}
 
- 			elseif (isset($validation_array[$field]))
 
- 			{
 
- 				$this->_field_data[$field]['postdata'] = $validation_array[$field];
 
- 			}
 
- 		}
 
- 		// Execute validation rules
 
- 		// Note: A second foreach (for now) is required in order to avoid false-positives
 
- 		//	 for rules like 'matches', which correlate to other validation fields.
 
- 		foreach ($this->_field_data as $field => &$row)
 
- 		{
 
- 			// Don't try to validate if we have no rules set
 
- 			if (empty($row['rules']))
 
- 			{
 
- 				continue;
 
- 			}
 
- 			$this->_execute($row, $row['rules'], $row['postdata']);
 
- 		}
 
- 		// Did we end up with any errors?
 
- 		$total_errors = count($this->_error_array);
 
- 		if ($total_errors > 0)
 
- 		{
 
- 			$this->_safe_form_data = TRUE;
 
- 		}
 
- 		// Now we need to re-set the POST data with the new, processed data
 
- 		empty($this->validation_data) && $this->_reset_post_array();
 
- 		return ($total_errors === 0);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Prepare rules
 
- 	 *
 
- 	 * Re-orders the provided rules in order of importance, so that
 
- 	 * they can easily be executed later without weird checks ...
 
- 	 *
 
- 	 * "Callbacks" are given the highest priority (always called),
 
- 	 * followed by 'required' (called if callbacks didn't fail),
 
- 	 * and then every next rule depends on the previous one passing.
 
- 	 *
 
- 	 * @param	array	$rules
 
- 	 * @return	array
 
- 	 */
 
- 	protected function _prepare_rules($rules)
 
- 	{
 
- 		$new_rules = array();
 
- 		$callbacks = array();
 
- 		foreach ($rules as &$rule)
 
- 		{
 
- 			// Let 'required' always be the first (non-callback) rule
 
- 			if ($rule === 'required')
 
- 			{
 
- 				array_unshift($new_rules, 'required');
 
- 			}
 
- 			// 'isset' is a kind of a weird alias for 'required' ...
 
- 			elseif ($rule === 'isset' && (empty($new_rules) OR $new_rules[0] !== 'required'))
 
- 			{
 
- 				array_unshift($new_rules, 'isset');
 
- 			}
 
- 			// The old/classic 'callback_'-prefixed rules
 
- 			elseif (is_string($rule) && strncmp('callback_', $rule, 9) === 0)
 
- 			{
 
- 				$callbacks[] = $rule;
 
- 			}
 
- 			// Proper callables
 
- 			elseif (is_callable($rule))
 
- 			{
 
- 				$callbacks[] = $rule;
 
- 			}
 
- 			// "Named" callables; i.e. array('name' => $callable)
 
- 			elseif (is_array($rule) && isset($rule[0], $rule[1]) && is_callable($rule[1]))
 
- 			{
 
- 				$callbacks[] = $rule;
 
- 			}
 
- 			// Everything else goes at the end of the queue
 
- 			else
 
- 			{
 
- 				$new_rules[] = $rule;
 
- 			}
 
- 		}
 
- 		return array_merge($callbacks, $new_rules);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Traverse a multidimensional $_POST array index until the data is found
 
- 	 *
 
- 	 * @param	array
 
- 	 * @param	array
 
- 	 * @param	int
 
- 	 * @return	mixed
 
- 	 */
 
- 	protected function _reduce_array($array, $keys, $i = 0)
 
- 	{
 
- 		if (is_array($array) && isset($keys[$i]))
 
- 		{
 
- 			return isset($array[$keys[$i]]) ? $this->_reduce_array($array[$keys[$i]], $keys, ($i+1)) : NULL;
 
- 		}
 
- 		// NULL must be returned for empty fields
 
- 		return ($array === '') ? NULL : $array;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Re-populate the _POST array with our finalized and processed data
 
- 	 *
 
- 	 * @return	void
 
- 	 */
 
- 	protected function _reset_post_array()
 
- 	{
 
- 		foreach ($this->_field_data as $field => $row)
 
- 		{
 
- 			if ($row['postdata'] !== NULL)
 
- 			{
 
- 				if ($row['is_array'] === FALSE)
 
- 				{
 
- 					isset($_POST[$field]) && $_POST[$field] = $row['postdata'];
 
- 				}
 
- 				else
 
- 				{
 
- 					// start with a reference
 
- 					$post_ref =& $_POST;
 
- 					// before we assign values, make a reference to the right POST key
 
- 					if (count($row['keys']) === 1)
 
- 					{
 
- 						$post_ref =& $post_ref[current($row['keys'])];
 
- 					}
 
- 					else
 
- 					{
 
- 						foreach ($row['keys'] as $val)
 
- 						{
 
- 							$post_ref =& $post_ref[$val];
 
- 						}
 
- 					}
 
- 					$post_ref = $row['postdata'];
 
- 				}
 
- 			}
 
- 		}
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Executes the Validation routines
 
- 	 *
 
- 	 * @param	array
 
- 	 * @param	array
 
- 	 * @param	mixed
 
- 	 * @param	int
 
- 	 * @return	mixed
 
- 	 */
 
- 	protected function _execute($row, $rules, $postdata = NULL, $cycles = 0)
 
- 	{
 
- 		// If the $_POST data is an array we will run a recursive call
 
- 		//
 
- 		// Note: We MUST check if the array is empty or not!
 
- 		//       Otherwise empty arrays will always pass validation.
 
- 		if (is_array($postdata) && ! empty($postdata))
 
- 		{
 
- 			foreach ($postdata as $key => $val)
 
- 			{
 
- 				$this->_execute($row, $rules, $val, $key);
 
- 			}
 
- 			return;
 
- 		}
 
- 		$rules = $this->_prepare_rules($rules);
 
- 		foreach ($rules as $rule)
 
- 		{
 
- 			$_in_array = FALSE;
 
- 			// We set the $postdata variable with the current data in our master array so that
 
- 			// each cycle of the loop is dealing with the processed data from the last cycle
 
- 			if ($row['is_array'] === TRUE && is_array($this->_field_data[$row['field']]['postdata']))
 
- 			{
 
- 				// We shouldn't need this safety, but just in case there isn't an array index
 
- 				// associated with this cycle we'll bail out
 
- 				if ( ! isset($this->_field_data[$row['field']]['postdata'][$cycles]))
 
- 				{
 
- 					continue;
 
- 				}
 
- 				$postdata = $this->_field_data[$row['field']]['postdata'][$cycles];
 
- 				$_in_array = TRUE;
 
- 			}
 
- 			else
 
- 			{
 
- 				// If we get an array field, but it's not expected - then it is most likely
 
- 				// somebody messing with the form on the client side, so we'll just consider
 
- 				// it an empty field
 
- 				$postdata = is_array($this->_field_data[$row['field']]['postdata'])
 
- 					? NULL
 
- 					: $this->_field_data[$row['field']]['postdata'];
 
- 			}
 
- 			// Is the rule a callback?
 
- 			$callback = $callable = FALSE;
 
- 			if (is_string($rule))
 
- 			{
 
- 				if (strpos($rule, 'callback_') === 0)
 
- 				{
 
- 					$rule = substr($rule, 9);
 
- 					$callback = TRUE;
 
- 				}
 
- 			}
 
- 			elseif (is_callable($rule))
 
- 			{
 
- 				$callable = TRUE;
 
- 			}
 
- 			elseif (is_array($rule) && isset($rule[0], $rule[1]) && is_callable($rule[1]))
 
- 			{
 
- 				// We have a "named" callable, so save the name
 
- 				$callable = $rule[0];
 
- 				$rule = $rule[1];
 
- 			}
 
- 			// Strip the parameter (if exists) from the rule
 
- 			// Rules can contain a parameter: max_length[5]
 
- 			$param = FALSE;
 
- 			if ( ! $callable && preg_match('/(.*?)\[(.*)\]/', $rule, $match))
 
- 			{
 
- 				$rule = $match[1];
 
- 				$param = $match[2];
 
- 			}
 
- 			// Ignore empty, non-required inputs with a few exceptions ...
 
- 			if (
 
- 				($postdata === NULL OR $postdata === '')
 
- 				&& $callback === FALSE
 
- 				&& $callable === FALSE
 
- 				&& ! in_array($rule, array('required', 'isset', 'matches'), TRUE)
 
- 			)
 
- 			{
 
- 				continue;
 
- 			}
 
- 			// Call the function that corresponds to the rule
 
- 			if ($callback OR $callable !== FALSE)
 
- 			{
 
- 				if ($callback)
 
- 				{
 
- 					if ( ! method_exists($this->CI, $rule))
 
- 					{
 
- 						log_message('debug', 'Unable to find callback validation rule: '.$rule);
 
- 						$result = FALSE;
 
- 					}
 
- 					else
 
- 					{
 
- 						// Run the function and grab the result
 
- 						$result = $this->CI->$rule($postdata, $param);
 
- 					}
 
- 				}
 
- 				else
 
- 				{
 
- 					$result = is_array($rule)
 
- 						? $rule[0]->{$rule[1]}($postdata)
 
- 						: $rule($postdata);
 
- 					// Is $callable set to a rule name?
 
- 					if ($callable !== FALSE)
 
- 					{
 
- 						$rule = $callable;
 
- 					}
 
- 				}
 
- 				// Re-assign the result to the master data array
 
- 				if ($_in_array === TRUE)
 
- 				{
 
- 					$this->_field_data[$row['field']]['postdata'][$cycles] = is_bool($result) ? $postdata : $result;
 
- 				}
 
- 				else
 
- 				{
 
- 					$this->_field_data[$row['field']]['postdata'] = is_bool($result) ? $postdata : $result;
 
- 				}
 
- 			}
 
- 			elseif ( ! method_exists($this, $rule))
 
- 			{
 
- 				// If our own wrapper function doesn't exist we see if a native PHP function does.
 
- 				// Users can use any native PHP function call that has one param.
 
- 				if (function_exists($rule))
 
- 				{
 
- 					// Native PHP functions issue warnings if you pass them more parameters than they use
 
- 					$result = ($param !== FALSE) ? $rule($postdata, $param) : $rule($postdata);
 
- 					if ($_in_array === TRUE)
 
- 					{
 
- 						$this->_field_data[$row['field']]['postdata'][$cycles] = is_bool($result) ? $postdata : $result;
 
- 					}
 
- 					else
 
- 					{
 
- 						$this->_field_data[$row['field']]['postdata'] = is_bool($result) ? $postdata : $result;
 
- 					}
 
- 				}
 
- 				else
 
- 				{
 
- 					log_message('debug', 'Unable to find validation rule: '.$rule);
 
- 					$result = FALSE;
 
- 				}
 
- 			}
 
- 			else
 
- 			{
 
- 				$result = $this->$rule($postdata, $param);
 
- 				if ($_in_array === TRUE)
 
- 				{
 
- 					$this->_field_data[$row['field']]['postdata'][$cycles] = is_bool($result) ? $postdata : $result;
 
- 				}
 
- 				else
 
- 				{
 
- 					$this->_field_data[$row['field']]['postdata'] = is_bool($result) ? $postdata : $result;
 
- 				}
 
- 			}
 
- 			// Did the rule test negatively? If so, grab the error.
 
- 			if ($result === FALSE)
 
- 			{
 
- 				// Callable rules might not have named error messages
 
- 				if ( ! is_string($rule))
 
- 				{
 
- 					$line = $this->CI->lang->line('form_validation_error_message_not_set').'(Anonymous function)';
 
- 				}
 
- 				else
 
- 				{
 
- 					$line = $this->_get_error_message($rule, $row['field']);
 
- 				}
 
- 				// Is the parameter we are inserting into the error message the name
 
- 				// of another field? If so we need to grab its "field label"
 
- 				if (isset($this->_field_data[$param], $this->_field_data[$param]['label']))
 
- 				{
 
- 					$param = $this->_translate_fieldname($this->_field_data[$param]['label']);
 
- 				}
 
- 				// Build the error message
 
- 				$message = $this->_build_error_msg($line, $this->_translate_fieldname($row['label']), $param);
 
- 				// Save the error message
 
- 				$this->_field_data[$row['field']]['error'] = $message;
 
- 				if ( ! isset($this->_error_array[$row['field']]))
 
- 				{
 
- 					$this->_error_array[$row['field']] = $message;
 
- 				}
 
- 				return;
 
- 			}
 
- 		}
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Get the error message for the rule
 
- 	 *
 
- 	 * @param 	string $rule 	The rule name
 
- 	 * @param 	string $field	The field name
 
- 	 * @return 	string
 
- 	 */
 
- 	protected function _get_error_message($rule, $field)
 
- 	{
 
- 		// check if a custom message is defined through validation config row.
 
- 		if (isset($this->_field_data[$field]['errors'][$rule]))
 
- 		{
 
- 			return $this->_field_data[$field]['errors'][$rule];
 
- 		}
 
- 		// check if a custom message has been set using the set_message() function
 
- 		elseif (isset($this->_error_messages[$rule]))
 
- 		{
 
- 			return $this->_error_messages[$rule];
 
- 		}
 
- 		elseif (FALSE !== ($line = $this->CI->lang->line('form_validation_'.$rule)))
 
- 		{
 
- 			return $line;
 
- 		}
 
- 		// DEPRECATED support for non-prefixed keys, lang file again
 
- 		elseif (FALSE !== ($line = $this->CI->lang->line($rule, FALSE)))
 
- 		{
 
- 			return $line;
 
- 		}
 
- 		return $this->CI->lang->line('form_validation_error_message_not_set').'('.$rule.')';
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Translate a field name
 
- 	 *
 
- 	 * @param	string	the field name
 
- 	 * @return	string
 
- 	 */
 
- 	protected function _translate_fieldname($fieldname)
 
- 	{
 
- 		// Do we need to translate the field name? We look for the prefix 'lang:' to determine this
 
- 		// If we find one, but there's no translation for the string - just return it
 
- 		if (sscanf($fieldname, 'lang:%s', $line) === 1 && FALSE === ($fieldname = $this->CI->lang->line($line, FALSE)))
 
- 		{
 
- 			return $line;
 
- 		}
 
- 		return $fieldname;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Build an error message using the field and param.
 
- 	 *
 
- 	 * @param	string	The error message line
 
- 	 * @param	string	A field's human name
 
- 	 * @param	mixed	A rule's optional parameter
 
- 	 * @return	string
 
- 	 */
 
- 	protected function _build_error_msg($line, $field = '', $param = '')
 
- 	{
 
- 		// Check for %s in the string for legacy support.
 
- 		if (strpos($line, '%s') !== FALSE)
 
- 		{
 
- 			return sprintf($line, $field, $param);
 
- 		}
 
- 		return str_replace(array('{field}', '{param}'), array($field, $param), $line);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Checks if the rule is present within the validator
 
- 	 *
 
- 	 * Permits you to check if a rule is present within the validator
 
- 	 *
 
- 	 * @param	string	the field name
 
- 	 * @return	bool
 
- 	 */
 
- 	public function has_rule($field)
 
- 	{
 
- 		return isset($this->_field_data[$field]);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Get the value from a form
 
- 	 *
 
- 	 * Permits you to repopulate a form field with the value it was submitted
 
- 	 * with, or, if that value doesn't exist, with the default
 
- 	 *
 
- 	 * @param	string	the field name
 
- 	 * @param	string
 
- 	 * @return	string
 
- 	 */
 
- 	public function set_value($field = '', $default = '')
 
- 	{
 
- 		if ( ! isset($this->_field_data[$field], $this->_field_data[$field]['postdata']))
 
- 		{
 
- 			return $default;
 
- 		}
 
- 		// If the data is an array output them one at a time.
 
- 		//	E.g: form_input('name[]', set_value('name[]');
 
- 		if (is_array($this->_field_data[$field]['postdata']))
 
- 		{
 
- 			return array_shift($this->_field_data[$field]['postdata']);
 
- 		}
 
- 		return $this->_field_data[$field]['postdata'];
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Set Select
 
- 	 *
 
- 	 * Enables pull-down lists to be set to the value the user
 
- 	 * selected in the event of an error
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @param	bool
 
- 	 * @return	string
 
- 	 */
 
- 	public function set_select($field = '', $value = '', $default = FALSE)
 
- 	{
 
- 		if ( ! isset($this->_field_data[$field], $this->_field_data[$field]['postdata']))
 
- 		{
 
- 			return ($default === TRUE && count($this->_field_data) === 0) ? ' selected="selected"' : '';
 
- 		}
 
- 		$field = $this->_field_data[$field]['postdata'];
 
- 		$value = (string) $value;
 
- 		if (is_array($field))
 
- 		{
 
- 			// Note: in_array('', array(0)) returns TRUE, do not use it
 
- 			foreach ($field as &$v)
 
- 			{
 
- 				if ($value === $v)
 
- 				{
 
- 					return ' selected="selected"';
 
- 				}
 
- 			}
 
- 			return '';
 
- 		}
 
- 		elseif (($field === '' OR $value === '') OR ($field !== $value))
 
- 		{
 
- 			return '';
 
- 		}
 
- 		return ' selected="selected"';
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Set Radio
 
- 	 *
 
- 	 * Enables radio buttons to be set to the value the user
 
- 	 * selected in the event of an error
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @param	bool
 
- 	 * @return	string
 
- 	 */
 
- 	public function set_radio($field = '', $value = '', $default = FALSE)
 
- 	{
 
- 		if ( ! isset($this->_field_data[$field], $this->_field_data[$field]['postdata']))
 
- 		{
 
- 			return ($default === TRUE && count($this->_field_data) === 0) ? ' checked="checked"' : '';
 
- 		}
 
- 		$field = $this->_field_data[$field]['postdata'];
 
- 		$value = (string) $value;
 
- 		if (is_array($field))
 
- 		{
 
- 			// Note: in_array('', array(0)) returns TRUE, do not use it
 
- 			foreach ($field as &$v)
 
- 			{
 
- 				if ($value === $v)
 
- 				{
 
- 					return ' checked="checked"';
 
- 				}
 
- 			}
 
- 			return '';
 
- 		}
 
- 		elseif (($field === '' OR $value === '') OR ($field !== $value))
 
- 		{
 
- 			return '';
 
- 		}
 
- 		return ' checked="checked"';
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Set Checkbox
 
- 	 *
 
- 	 * Enables checkboxes to be set to the value the user
 
- 	 * selected in the event of an error
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @param	bool
 
- 	 * @return	string
 
- 	 */
 
- 	public function set_checkbox($field = '', $value = '', $default = FALSE)
 
- 	{
 
- 		// Logic is exactly the same as for radio fields
 
- 		return $this->set_radio($field, $value, $default);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Required
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function required($str)
 
- 	{
 
- 		return is_array($str)
 
- 			? (empty($str) === FALSE)
 
- 			: (trim($str) !== '');
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Performs a Regular Expression match test.
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string	regex
 
- 	 * @return	bool
 
- 	 */
 
- 	public function regex_match($str, $regex)
 
- 	{
 
- 		return (bool) preg_match($regex, $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Match one field to another
 
- 	 *
 
- 	 * @param	string	$str	string to compare against
 
- 	 * @param	string	$field
 
- 	 * @return	bool
 
- 	 */
 
- 	public function matches($str, $field)
 
- 	{
 
- 		return isset($this->_field_data[$field], $this->_field_data[$field]['postdata'])
 
- 			? ($str === $this->_field_data[$field]['postdata'])
 
- 			: FALSE;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Differs from another field
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string	field
 
- 	 * @return	bool
 
- 	 */
 
- 	public function differs($str, $field)
 
- 	{
 
- 		return ! (isset($this->_field_data[$field]) && $this->_field_data[$field]['postdata'] === $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Is Unique
 
- 	 *
 
- 	 * Check if the input value doesn't already exist
 
- 	 * in the specified database field.
 
- 	 *
 
- 	 * @param	string	$str
 
- 	 * @param	string	$field
 
- 	 * @return	bool
 
- 	 */
 
- 	public function is_unique($str, $field)
 
- 	{
 
- 		sscanf($field, '%[^.].%[^.]', $table, $field);
 
- 		return isset($this->CI->db)
 
- 			? ($this->CI->db->limit(1)->get_where($table, array($field => $str))->num_rows() === 0)
 
- 			: FALSE;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Minimum Length
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function min_length($str, $val)
 
- 	{
 
- 		if ( ! is_numeric($val))
 
- 		{
 
- 			return FALSE;
 
- 		}
 
- 		return ($val <= mb_strlen($str));
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Max Length
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function max_length($str, $val)
 
- 	{
 
- 		if ( ! is_numeric($val))
 
- 		{
 
- 			return FALSE;
 
- 		}
 
- 		return ($val >= mb_strlen($str));
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Exact Length
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function exact_length($str, $val)
 
- 	{
 
- 		if ( ! is_numeric($val))
 
- 		{
 
- 			return FALSE;
 
- 		}
 
- 		return (mb_strlen($str) === (int) $val);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Valid URL
 
- 	 *
 
- 	 * @param	string	$str
 
- 	 * @return	bool
 
- 	 */
 
- 	public function valid_url($str)
 
- 	{
 
- 		if (empty($str))
 
- 		{
 
- 			return FALSE;
 
- 		}
 
- 		elseif (preg_match('/^(?:([^:]*)\:)?\/\/(.+)$/', $str, $matches))
 
- 		{
 
- 			if (empty($matches[2]))
 
- 			{
 
- 				return FALSE;
 
- 			}
 
- 			elseif ( ! in_array(strtolower($matches[1]), array('http', 'https'), TRUE))
 
- 			{
 
- 				return FALSE;
 
- 			}
 
- 			$str = $matches[2];
 
- 		}
 
- 		// PHP 7 accepts IPv6 addresses within square brackets as hostnames,
 
- 		// but it appears that the PR that came in with https://bugs.php.net/bug.php?id=68039
 
- 		// was never merged into a PHP 5 branch ... https://3v4l.org/8PsSN
 
- 		if (preg_match('/^\[([^\]]+)\]/', $str, $matches) && ! is_php('7') && filter_var($matches[1], FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) !== FALSE)
 
- 		{
 
- 			$str = 'ipv6.host'.substr($str, strlen($matches[1]) + 2);
 
- 		}
 
- 		return (filter_var('http://'.$str, FILTER_VALIDATE_URL) !== FALSE);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Valid Email
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function valid_email($str)
 
- 	{
 
- 		if (function_exists('idn_to_ascii') && preg_match('#\A([^@]+)@(.+)\z#', $str, $matches))
 
- 		{
 
- 			$str = $matches[1].'@'.idn_to_ascii($matches[2]);
 
- 		}
 
- 		return (bool) filter_var($str, FILTER_VALIDATE_EMAIL);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Valid Emails
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function valid_emails($str)
 
- 	{
 
- 		if (strpos($str, ',') === FALSE)
 
- 		{
 
- 			return $this->valid_email(trim($str));
 
- 		}
 
- 		foreach (explode(',', $str) as $email)
 
- 		{
 
- 			if (trim($email) !== '' && $this->valid_email(trim($email)) === FALSE)
 
- 			{
 
- 				return FALSE;
 
- 			}
 
- 		}
 
- 		return TRUE;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Validate IP Address
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string	'ipv4' or 'ipv6' to validate a specific IP format
 
- 	 * @return	bool
 
- 	 */
 
- 	public function valid_ip($ip, $which = '')
 
- 	{
 
- 		return $this->CI->input->valid_ip($ip, $which);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Alpha
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function alpha($str)
 
- 	{
 
- 		return ctype_alpha($str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Alpha-numeric
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function alpha_numeric($str)
 
- 	{
 
- 		return ctype_alnum((string) $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Alpha-numeric w/ spaces
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function alpha_numeric_spaces($str)
 
- 	{
 
- 		return (bool) preg_match('/^[A-Z0-9 ]+$/i', $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Alpha-numeric with underscores and dashes
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function alpha_dash($str)
 
- 	{
 
- 		return (bool) preg_match('/^[a-z0-9_-]+$/i', $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Numeric
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function numeric($str)
 
- 	{
 
- 		return (bool) preg_match('/^[\-+]?[0-9]*\.?[0-9]+$/', $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Integer
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function integer($str)
 
- 	{
 
- 		return (bool) preg_match('/^[\-+]?[0-9]+$/', $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Decimal number
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function decimal($str)
 
- 	{
 
- 		return (bool) preg_match('/^[\-+]?[0-9]+\.[0-9]+$/', $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Greater than
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	int
 
- 	 * @return	bool
 
- 	 */
 
- 	public function greater_than($str, $min)
 
- 	{
 
- 		return is_numeric($str) ? ($str > $min) : FALSE;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Equal to or Greater than
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	int
 
- 	 * @return	bool
 
- 	 */
 
- 	public function greater_than_equal_to($str, $min)
 
- 	{
 
- 		return is_numeric($str) ? ($str >= $min) : FALSE;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Less than
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	int
 
- 	 * @return	bool
 
- 	 */
 
- 	public function less_than($str, $max)
 
- 	{
 
- 		return is_numeric($str) ? ($str < $max) : FALSE;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Equal to or Less than
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	int
 
- 	 * @return	bool
 
- 	 */
 
- 	public function less_than_equal_to($str, $max)
 
- 	{
 
- 		return is_numeric($str) ? ($str <= $max) : FALSE;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Value should be within an array of values
 
- 	 *
 
- 	 * @param	string
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function in_list($value, $list)
 
- 	{
 
- 		return in_array($value, explode(',', $list), TRUE);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Is a Natural number  (0,1,2,3, etc.)
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function is_natural($str)
 
- 	{
 
- 		return ctype_digit((string) $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Is a Natural number, but not a zero  (1,2,3, etc.)
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function is_natural_no_zero($str)
 
- 	{
 
- 		return ($str != 0 && ctype_digit((string) $str));
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Valid Base64
 
- 	 *
 
- 	 * Tests a string for characters outside of the Base64 alphabet
 
- 	 * as defined by RFC 2045 http://www.faqs.org/rfcs/rfc2045
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	bool
 
- 	 */
 
- 	public function valid_base64($str)
 
- 	{
 
- 		return (base64_encode(base64_decode($str)) === $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Prep data for form
 
- 	 *
 
- 	 * This function allows HTML to be safely shown in a form.
 
- 	 * Special characters are converted.
 
- 	 *
 
- 	 * @deprecated	3.0.6	Not used anywhere within the framework and pretty much useless
 
- 	 * @param	mixed	$data	Input data
 
- 	 * @return	mixed
 
- 	 */
 
- 	public function prep_for_form($data)
 
- 	{
 
- 		if ($this->_safe_form_data === FALSE OR empty($data))
 
- 		{
 
- 			return $data;
 
- 		}
 
- 		if (is_array($data))
 
- 		{
 
- 			foreach ($data as $key => $val)
 
- 			{
 
- 				$data[$key] = $this->prep_for_form($val);
 
- 			}
 
- 			return $data;
 
- 		}
 
- 		return str_replace(array("'", '"', '<', '>'), array(''', '"', '<', '>'), stripslashes($data));
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Prep URL
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	string
 
- 	 */
 
- 	public function prep_url($str = '')
 
- 	{
 
- 		if ($str === 'http://' OR $str === '')
 
- 		{
 
- 			return '';
 
- 		}
 
- 		if (strpos($str, 'http://') !== 0 && strpos($str, 'https://') !== 0)
 
- 		{
 
- 			return 'http://'.$str;
 
- 		}
 
- 		return $str;
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Strip Image Tags
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	string
 
- 	 */
 
- 	public function strip_image_tags($str)
 
- 	{
 
- 		return $this->CI->security->strip_image_tags($str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Convert PHP tags to entities
 
- 	 *
 
- 	 * @param	string
 
- 	 * @return	string
 
- 	 */
 
- 	public function encode_php_tags($str)
 
- 	{
 
- 		return str_replace(array('<?', '?>'), array('<?', '?>'), $str);
 
- 	}
 
- 	// --------------------------------------------------------------------
 
- 	/**
 
- 	 * Reset validation vars
 
- 	 *
 
- 	 * Prevents subsequent validation routines from being affected by the
 
- 	 * results of any previous validation routine due to the CI singleton.
 
- 	 *
 
- 	 * @return	CI_Form_validation
 
- 	 */
 
- 	public function reset_validation()
 
- 	{
 
- 		$this->_field_data = array();
 
- 		$this->_error_array = array();
 
- 		$this->_error_messages = array();
 
- 		$this->error_string = '';
 
- 		return $this;
 
- 	}
 
- }
 
 
  |