Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of values in a config file #137

Closed
odiel opened this issue Oct 22, 2012 · 0 comments
Closed

List of values in a config file #137

odiel opened this issue Oct 22, 2012 · 0 comments
Labels
new feature request Planned Feature or New Feature Request
Milestone

Comments

@odiel
Copy link
Contributor

odiel commented Oct 22, 2012

Given this configuration:

$settings = array(
    "database" => array(
        "adapter"  => "Mysql",
        "host"     => "localhost",
         "username" => "scott",
        "password" => "cheetah",
        "name"     => "test_db",
    ),
    "other" => array(1, 2, 3, 4)
 );

Phalcon is not able to create a list of values for [ "other" => array(1, 2, 3, 4) ] , throwing an error message.

Version: 0.5.2

@phalcon phalcon closed this as completed in 7c28c2c Nov 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature request Planned Feature or New Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant