Hide RequirePHP config implementation behind API call. #10

Closed
opened 2015-03-29 12:34:18 -07:00 by hperrin · 1 comment
hperrin commented 2015-03-29 12:34:18 -07:00 (Migrated from github.com)

Instead of setting a RequirePHP module for config, do something like:

$config = [
  'MySQL' => [
    'host' => '127.0.0.1'
  ]
];
Nymph::configure($config);
Instead of setting a RequirePHP module for config, do something like: ``` php $config = [ 'MySQL' => [ 'host' => '127.0.0.1' ] ]; Nymph::configure($config); ```
hperrin commented 2017-06-07 16:41:34 -07:00 (Migrated from github.com)

This was completed a while ago...

This was completed a while ago...
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sciactive/nymph#10
No description provided.