kohana / minion

Everyone loves having a minion they can boss around
113 stars 76 forks source link

Default params #42

Closed zeelot closed 13 years ago

zeelot commented 13 years ago

Going to switch the $_config property to look like this:

protected $_config = array(
    'something' => NULL,
    'foo'              => 'default value',
);

For now, I will make it backwards compatible where if the array is not associative, the name will be taken from the value and the default will be set to NULL.

This ticket is related to #39 as I am splitting that ticket up into single features