12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598 |
- <?php
- /**
- * CodeIgniter
- *
- * An open source application development framework for PHP
- *
- * This content is released under the MIT License (MIT)
- *
- * Copyright (c) 2014 - 2019, 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 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
- * @license https://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] = is_array($row['postdata']) ? NULL : $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];
- }
- // Apparently, FILTER_VALIDATE_URL doesn't reject digit-only names for some reason ...
- // See https://github.com/bcit-ci/CodeIgniter/issues/5755
- if (ctype_digit($str))
- {
- return FALSE;
- }
- // 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))
- {
- $domain = defined('INTL_IDNA_VARIANT_UTS46')
- ? idn_to_ascii($matches[2], 0, INTL_IDNA_VARIANT_UTS46)
- : idn_to_ascii($matches[2]);
- if ($domain !== FALSE)
- {
- $str = $matches[1].'@'.$domain;
- }
- }
- 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;
- }
- }
|