This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php defined('SYSPATH') OR die('No direct script access.'); | |
class Arr extends Kohana_Arr { | |
/** | |
* Maps new keys to an array | |
* | |
* Example: | |
* | |
* $customer_values = Arr::remap_keys($_POST, array( |