1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
8 * this just lets us safely access array variables
9 * that might not be set, optionally specifying a default
10 * to return in case the variable isn't found.
11 * Note that $k (for key) can be an array
13 public static function search($ary, $k, $def = false)