-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
new feature requestPlanned Feature or New Feature RequestPlanned Feature or New Feature Request
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new feature requestPlanned Feature or New Feature RequestPlanned Feature or New Feature Request