Given the folowing arrays:
$a1 = [
'name' => 'First Name',
'address' => [
'street' => 'Street 123',
<?php | |
require_once 'abstract.php'; | |
class Mage_Shell_Filterable_Attributes extends Mage_Shell_Abstract | |
{ | |
/** | |
* Run script | |
* | |
*/ | |
public function run() |
<?php | |
/** | |
* Simple excel generating from PHP5 | |
* | |
* @package Utilities | |
* @license http://www.opensource.org/licenses/mit-license.php | |
* @author Oliver Schwarz <[email protected]> | |
* @version 1.0 | |
*/ |