2017 © Pedro Peláez
 

kohana-module arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

image

happydemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  • Sunday, February 9, 2014
  • by happyDemon
  • Repository
  • 2 Watchers
  • 6 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 2 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

hD.arr

This module adds extra functionality to Kohana for arrays and configuration., (*1)

Arrays

  • Place a value at a specific point in your array
  • Place or move a key with a value at a specific point in your array
  • Flatten an array (keys become paths to the original)
  • Unset a value based on a path
  • Partition an array

Config

  • Export a configuration set to a file

Session

  • Retrieve a value stored in session the same way as Arr::path() does

Instalation

Place the files in your modules directory.

As a Git submodule:

git clone git://github.com/happyDemon/arr.git modules/arr

As a Composer dependency

{
    "require": {
        "php": ">=5.4.0",
        "composer/installers": "*",
        "happyDemon/arr":"*"
    }
}

Activate the module in bootstrap.php.

<?php
Kohana::modules(array(
    ...
    'arr' => MODPATH.'arr',
));

Documentation

The code is mostly commented, a userguide is on its way, (*2)

Gittip Badge Bitdeli Badge, (*3)

The Versions

09/02 2014

dev-master

9999999-dev https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config

07/09 2013

1.0.1

1.0.1.0 https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config

22/08 2013

1.0

1.0.0.0 https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config

15/08 2013

0.5

0.5.0.0 https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config

09/08 2013

0.4

0.4.0.0 https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config

21/07 2013

0.3

0.3.0.0 https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config

01/06 2013

0.2

0.2.0.0 https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config

30/05 2013

0.1

0.1.0.0 https://github.com/happyDemon/arr

A Kohana module that adds extra methods for dealing with arrays and configuration files

  Sources   Download

MIT

The Requires

 

array kohana kohana module configurations save config